diff --git a/upload/catalog/model/payment/rbkmoney_payment.php b/upload/catalog/model/payment/rbkmoney_payment.php index abe23ff..d0de40d 100755 --- a/upload/catalog/model/payment/rbkmoney_payment.php +++ b/upload/catalog/model/payment/rbkmoney_payment.php @@ -13,7 +13,7 @@ class ModelPaymentRbkmoneyPayment extends Model const SIGNATURE_DIGEST = 'digest'; const SIGNATURE_PATTERN = "|alg=(\S+);\sdigest=(.*)|i"; - private $api_url = 'https://api.rbk.money/v1/'; + private $api_url = 'https://api.rbk.money/v2/'; public function getMethod($address, $total) {