mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +01:00
9 lines
210 B
PHP
Executable File
9 lines
210 B
PHP
Executable File
<?php
|
|
|
|
$config['api_username'] = "25xTC7vJp";
|
|
$config['api_password'] = "3zF64K5BA9a3y6rG";
|
|
//Note: you can sign into the test interface at test.authorize.net
|
|
$config['email_customer'] = TRUE;
|
|
|
|
return $config;
|