Skip to content

Commit

Permalink
Merge pull request #40 from marlon-be/directlink-cvc
Browse files Browse the repository at this point in the history
added cvc parameter for directlink payment request
  • Loading branch information
Stephane Poppe committed Apr 27, 2015
2 parents fb76b87 + f1c76b4 commit 4d7e828
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Ogone/DirectLink/DirectLinkPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@ public function setEci(Eci $eci)
{
$this->parameters['eci'] = (string) $eci;
}

public function setCvc($cvc)
{
$this->parameters['cvc'] = $cvc;
}
}

0 comments on commit 4d7e828

Please sign in to comment.