You are here

function Braintree_MultipleValueOrTextNode::toParam in Commerce Braintree 7

Overrides Braintree_MultipleValueNode::toParam

File

braintree_php/lib/Braintree/MultipleValueOrTextNode.php, line 41

Class

Braintree_MultipleValueOrTextNode

Code

function toParam() {
  return array_merge(parent::toParam(), $this->textNode
    ->toParam());
}