static function Braintree_SubscriptionSearch::daysPastDue in Commerce Braintree 7
1 call to Braintree_SubscriptionSearch::daysPastDue()
- Braintree_SubscriptionSearchTest::testSearch_daysPastDue_isRangeNode in braintree_php/
tests/ unit/ SubscriptionSearchTest.php
File
- braintree_php/
lib/ Braintree/ SubscriptionSearch.php, line 9
Class
Code
static function daysPastDue() {
return new Braintree_RangeNode('days_past_due');
}