mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #337 from searsaw/patch-1
New account gateways not saving
This commit is contained in:
commit
2e39bfaba1
@ -186,7 +186,7 @@ class AccountGatewayController extends BaseController
|
|||||||
$gatewayId = GATEWAY_PAYPAL_EXPRESS;
|
$gatewayId = GATEWAY_PAYPAL_EXPRESS;
|
||||||
} elseif ($paymentType == PAYMENT_TYPE_BITCOIN) {
|
} elseif ($paymentType == PAYMENT_TYPE_BITCOIN) {
|
||||||
$gatewayId = GATEWAY_BITPAY;
|
$gatewayId = GATEWAY_BITPAY;
|
||||||
} elseif ($paymentType = PAYMENT_TYPE_DWOLLA) {
|
} elseif ($paymentType == PAYMENT_TYPE_DWOLLA) {
|
||||||
$gatewayId = GATEWAY_DWOLLA;
|
$gatewayId = GATEWAY_DWOLLA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user