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/quickbooksms.php
2014-04-13 09:38:15 +03:00

9 lines
389 B
PHP
Executable File

<?php
$config['api_application_login'] = "cfpayments.codeigniter.local";
$config['api_connection_ticket'] = "TGT-172-3nhcl7svhgXazfMDkaC_QQ";
$config['api_endpoint_test'] = "https://merchantaccount.ptc.quickbooks.com/j/AppGateway";
$config['api_endpoint_production'] = "https://merchantaccount.quickbooks.com/j/AppGateway";
$config['api_qbxml'] = 'qbmsxml version="4.5"';
return $config;