Skip to content

Commit

Permalink
payment plan parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nidjo17 committed Jun 10, 2019
1 parent 2e8e544 commit b9ec019
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Message/AbstractRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ public function setIntCurrency(string $value)
return $this->setParameter('IntCurrency', $value);
}

public function setPaymentPlan(string $value)
{
return $this->setParameter('PaymentPlan', $value);
}

public function getPaymentPlan()
{
return $this->getParameter('PaymentPlan');
Expand Down

0 comments on commit b9ec019

Please sign in to comment.