Add fallback for checkout

This commit is contained in:
Wouter van Os
2020-05-25 17:50:16 +02:00
committed by GitHub
parent 8f8aee016d
commit 88446ee9a3

View File

@@ -31,6 +31,9 @@ if (isset($_POST['id'])) {
$method = $transaction['method'];
if (empty($method)) {
$method = 'checkout';
}
$_GATEWAY = getGatewayVariables('mollie' . $method . '_devapp');