Skip to content

Commit

Permalink
Merge pull request #21 from Mark-H/patch-1
Browse files Browse the repository at this point in the history
Fix typo in code sample
  • Loading branch information
w3guy committed Nov 16, 2018
2 parents c317aad + 2c6076c commit c59b2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -104,7 +104,7 @@ try {
array(
'card' => $formData,
'transactionId' => $order->get_order_number(),
'currency' => 'USD,
'currency' => 'USD',
// add a query parameter to the returnUrl to listen and complete payment
'returnUrl' => $this->returnUrl,
)
Expand Down

0 comments on commit c59b2ac

Please sign in to comment.