function Braintree_PartialMatchNode::endsWith in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ PartialMatchNode.php, line 11
Class
Code
function endsWith($value) {
$this->searchTerms["ends_with"] = strval($value);
return $this;
}