function Braintree_KeyValueNode::toParam in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ KeyValueNode.php, line 18
Class
Code
function toParam() {
return $this->searchTerm;
}
function toParam() {
return $this->searchTerm;
}