You are here

static function Braintree_TransactionSearch::creditCardCustomerLocation in Commerce Braintree 7

File

braintree_php/lib/Braintree/TransactionSearch.php, line 84

Class

Braintree_TransactionSearch

Code

static function creditCardCustomerLocation() {
  return new Braintree_MultipleValueNode("credit_card_customer_location", array(
    Braintree_CreditCard::INTERNATIONAL,
    Braintree_CreditCard::US,
  ));
}