Merge pull request #7 from joshuadwire/wepay-integration

Fix gateway ids
This commit is contained in:
Joshua Dwire 2016-05-10 21:37:05 -04:00
commit 745a6b7d84

View File

@ -556,7 +556,8 @@ if (!defined('CONTACT_EMAIL')) {
define('GATEWAY_DWOLLA', 43);
define('GATEWAY_CHECKOUT_COM', 47);
define('GATEWAY_CYBERSOURCE', 49);
define('GATEWAY_BRAINTREE', 62);
define('GATEWAY_WEPAY', 60);
define('GATEWAY_BRAINTREE', 61);
define('EVENT_CREATE_CLIENT', 1);
define('EVENT_CREATE_INVOICE', 2);