Skip to content

Commit

Permalink
Add fallback for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter0100 authored May 25, 2020
1 parent 8f8aee0 commit 88446ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mollie/callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

$method = $transaction['method'];

if (empty($method)) {
$method = 'checkout';
}

$_GATEWAY = getGatewayVariables('mollie' . $method . '_devapp');

Expand Down

0 comments on commit 88446ee

Please sign in to comment.