7 lines
137 B
PHP
Executable file
7 lines
137 B
PHP
Executable file
<?php
|
|
|
|
$config['merchantId'] = '232324234';
|
|
$config['publicKey'] = 'asdfasdfa232f';
|
|
$config['privateKey'] = 'dafsdf23';
|
|
|
|
return $config;
|