You are here

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

Braintree_SubscriptionSearch

Code

static function planId() {
  return new Braintree_MultipleValueOrTextNode('plan_id');
}