You are here

static function Braintree_SubscriptionSearch::price in Commerce Braintree 7

1 call to Braintree_SubscriptionSearch::price()
Braintree_SubscriptionSearchTest::testSearch_price_isRangeNode in braintree_php/tests/unit/SubscriptionSearchTest.php

File

braintree_php/lib/Braintree/SubscriptionSearch.php, line 39

Class

Braintree_SubscriptionSearch

Code

static function price() {
  return new Braintree_RangeNode('price');
}