mirror of
https://github.com/0100Dev/WHMCS-Mollie-Payments.git
synced 2026-01-18 03:28:18 +01:00
Add fallback for checkout
This commit is contained in:
@@ -31,6 +31,9 @@ if (isset($_POST['id'])) {
|
||||
|
||||
$method = $transaction['method'];
|
||||
|
||||
if (empty($method)) {
|
||||
$method = 'checkout';
|
||||
}
|
||||
|
||||
$_GATEWAY = getGatewayVariables('mollie' . $method . '_devapp');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user