moneta-sdk-php v2.0.0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'id' => 12345,
|
||||
'secret' => 'qwerty123',
|
||||
'demo_mode' => false,
|
||||
'username' => 'payment@moneta.ru',
|
||||
'password' => 'Qwerty1234',
|
||||
'payment_password' => '1234qwer',
|
||||
'locale' => 'ru',
|
||||
'currency' => 'RUB',
|
||||
'unit_id' => '',
|
||||
'limit_ids' => ''
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'payment_url' => [
|
||||
'production' => 'https://service.moneta.ru',
|
||||
'demo' => 'https://demo.moneta.ru'
|
||||
],
|
||||
'urn' => '/services'
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'success' => '',
|
||||
'fail' => '',
|
||||
'inprogress' => '',
|
||||
'return' => '',
|
||||
'iframe_target' => '_parent'
|
||||
];
|
||||
Reference in New Issue
Block a user