15 lines
292 B
PHP
15 lines
292 B
PHP
<?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' => ''
|
|
];
|