From 4d1cc6f51079b3ad67704325b785e2a7f98fb313 Mon Sep 17 00:00:00 2001 From: Novikov Andrey Date: Wed, 23 Jan 2019 00:53:20 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1eca8..d2818c0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $gateway = Omnipay::create('Sberbank'); $gateway->authorize( [ 'orderNumber' => $localOrderNumber, // local order number - '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) 'returnUrl' => $callback_url // succesfull callback url ] );