Attendize/config/payment.php

23 lines
495 B
PHP

<?php
/**
* Created by PhpStorm.
* User: merdan
* Date: 8/15/2019
* Time: 17:56
*/
return [
'card' =>[
'config' => [
'base_uri' => 'https://mpi.gov.tm/payment/rest/',
'timeout' => 10,
'connect_timeout' => 10,
'verify' => true,
'http_errors' => false,
],
'params' => [
'userName' => '101131003020',
'password' => 'Pr2d3gW1dh15',
'language' => 'ru',
]
]
];