We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1d958 commit 4d1cc6fCopy full SHA for 4d1cc6f
1 file changed
README.md
@@ -44,7 +44,7 @@ $gateway = Omnipay::create('Sberbank');
44
$gateway->authorize(
45
[
46
'orderNumber' => $localOrderNumber, // local order number
47
- 'amount' => $order_amount, // The amount of payment (you can use integer, decimal with 2 precisions or string equal to decimal
+ 'amount' => $order_amount, // The amount of payment (you can use decimal with 2 precisions for copecs or string equal to decimal)
48
'returnUrl' => $callback_url // succesfull callback url
49
]
50
);
0 commit comments