2014-04-13 09:38:15 +03:00

11 lines
155 B
PHP
Executable File

<?php
$config = array(
'merchant_id' => 'test',
'merchant_key' => 'test',
'request_buyer_phone' => true,
'button_size' => 'SMALL'
);
return $config;