Skip to content

Commit 4d1cc6f

Browse files
author
Novikov Andrey
committed
update readme
1 parent ba1d958 commit 4d1cc6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $gateway = Omnipay::create('Sberbank');
4444
$gateway->authorize(
4545
[
4646
'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
47+
'amount' => $order_amount, // The amount of payment (you can use decimal with 2 precisions for copecs or string equal to decimal)
4848
'returnUrl' => $callback_url // succesfull callback url
4949
]
5050
);

0 commit comments

Comments
 (0)