Skip to content

Commit 2c6076c

Browse files
authored
Fix typo in code sample
1 parent c317aad commit 2c6076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ try {
104104
array(
105105
'card' => $formData,
106106
'transactionId' => $order->get_order_number(),
107-
'currency' => 'USD,
107+
'currency' => 'USD',
108108
// add a query parameter to the returnUrl to listen and complete payment
109109
'returnUrl' => $this->returnUrl,
110110
)

0 commit comments

Comments
 (0)