From 4c2ecece23d51ee623395958abebc88f64b7dcc4 Mon Sep 17 00:00:00 2001 From: Daniel Bruno Gallinari Date: Thu, 31 Oct 2019 09:32:26 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3a9c84..d101f6b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ $cardInput = [ $card = Omnipay::creditCard($cardInput); $response = Omnipay::purchase([ - 'amount' => '100.00', + 'amount' => '100.00', // remember always using dot only for decimals separator... 'returnUrl' => 'http://bobjones.com/payment/return', 'cancelUrl' => 'http://bobjones.com/payment/cancel', 'card' => $cardInput