mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
11 lines
155 B
PHP
Executable File
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;
|