static function Braintree_TransactionSearch::createdUsing in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ TransactionSearch.php, line 57
Class
Code
static function createdUsing() {
return new Braintree_MultipleValueNode("created_using", array(
Braintree_Transaction::FULL_INFORMATION,
Braintree_Transaction::TOKEN,
));
}