add real price in pay
This commit is contained in:
@@ -153,7 +153,7 @@ function resultpay_kuri(){
|
|||||||
|
|
||||||
$items = array(
|
$items = array(
|
||||||
'amount' => array(
|
'amount' => array(
|
||||||
'value' => 1.0,
|
'value' => $price,
|
||||||
'currency' => 'RUB',
|
'currency' => 'RUB',
|
||||||
),
|
),
|
||||||
'confirmation' => array(
|
'confirmation' => array(
|
||||||
|
|||||||
Reference in New Issue
Block a user