mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 16:40:57 -04:00
8 lines
137 B
PHP
Executable File
8 lines
137 B
PHP
Executable File
<?php
|
|
|
|
$config['merchantId'] = '232324234';
|
|
$config['publicKey'] = 'asdfasdfa232f';
|
|
$config['privateKey'] = 'dafsdf23';
|
|
|
|
return $config;
|