From dcf231c6a524fadcf3626cefbd2b457caea1a7aa Mon Sep 17 00:00:00 2001 From: Joshua Dwire Date: Tue, 10 May 2016 21:30:52 -0400 Subject: [PATCH] Fix gateway ids --- app/Http/routes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index e8d7f9bbeac3..33d28899e5f1 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -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);