function Braintree_RangeNode::toParam in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ RangeNode.php, line 34
Class
Code
function toParam() {
return $this->searchTerms;
}
function toParam() {
return $this->searchTerms;
}