mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
New account gateways not saving
Noticed a bug when setting up things locally. This prevented new account gateways from being saved in the DB.
This commit is contained in:
parent
1f28cc2106
commit
59f5d60207
@ -186,7 +186,7 @@ class AccountGatewayController extends BaseController
|
||||
$gatewayId = GATEWAY_PAYPAL_EXPRESS;
|
||||
} elseif ($paymentType == PAYMENT_TYPE_BITCOIN) {
|
||||
$gatewayId = GATEWAY_BITPAY;
|
||||
} elseif ($paymentType = PAYMENT_TYPE_DWOLLA) {
|
||||
} elseif ($paymentType == PAYMENT_TYPE_DWOLLA) {
|
||||
$gatewayId = GATEWAY_DWOLLA;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user