1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 14:42:42 +01:00
invoiceninja/vendor/php-payments/config/drivers/authorize_net.php
2014-04-13 09:38:15 +03:00

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;