invoiceninja/vendor/php-payments/config/drivers/authorize_net.php
2014-04-13 09:38:15 +03:00

8 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;