From fdda34e21a23f7e6f94e4f7a46a3e4679c026962 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 6 Jul 2021 18:42:13 +0300 Subject: [PATCH] add real price in pay --- app/routes/anpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/anpay.php b/app/routes/anpay.php index 9105032..f3abd67 100644 --- a/app/routes/anpay.php +++ b/app/routes/anpay.php @@ -153,7 +153,7 @@ function resultpay_kuri(){ $items = array( 'amount' => array( - 'value' => 1.0, + 'value' => $price, 'currency' => 'RUB', ), 'confirmation' => array(