From 5a25d7beafdf0d15967e1f89c888836614bb6024 Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 27 Sep 2019 11:32:29 +0300 Subject: [PATCH] Fix signature generation (#13) --- src/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Payment.php b/src/Payment.php index aeefd76..5a43380 100644 --- a/src/Payment.php +++ b/src/Payment.php @@ -88,7 +88,7 @@ public function getPaymentUrl() throw new InvalidInvoiceIdException(); } - $signature = vsprintf('%s:%01.2f:%u:%s', [ + $signature = vsprintf('%s:%01.2F:%u:%s', [ // '$login:$OutSum:$InvId:$passwordPayment' $this->login, $this->data['OutSum'],