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
Code
static function price() {
return new Braintree_RangeNode('price');
}