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
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
@ -277,4 +277,4 @@ class AccountGatewayController extends BaseController
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue