You are here

function Braintree_KeyValueNode::toParam in Commerce Braintree 7

File

braintree_php/lib/Braintree/KeyValueNode.php, line 18

Class

Braintree_KeyValueNode

Code

function toParam() {
  return $this->searchTerm;
}