mirror of
https://github.com/valitydev/rbkmoney-cms-opencart.git
synced 2024-11-06 00:05:21 +00:00
Changed version api v1 -> v2 (#7)
This commit is contained in:
parent
dc0e4aaab2
commit
799e4bf2fd
@ -13,7 +13,7 @@ class ModelPaymentRbkmoneyPayment extends Model
|
|||||||
const SIGNATURE_DIGEST = 'digest';
|
const SIGNATURE_DIGEST = 'digest';
|
||||||
const SIGNATURE_PATTERN = "|alg=(\S+);\sdigest=(.*)|i";
|
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)
|
public function getMethod($address, $total)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user