static function Braintree_SubscriptionSearch::planId in Commerce Braintree 7
1 call to Braintree_SubscriptionSearch::planId()
- Braintree_SubscriptionSearchTest::testSearch_planId_isMultipleValueOrTextNode in braintree_php/
tests/ unit/ SubscriptionSearchTest.php
File
- braintree_php/
lib/ Braintree/ SubscriptionSearch.php, line 34
Class
Code
static function planId() {
return new Braintree_MultipleValueOrTextNode('plan_id');
}