diff --git a/src/mollie/callback.php b/src/mollie/callback.php index 49198fe..f3d166f 100644 --- a/src/mollie/callback.php +++ b/src/mollie/callback.php @@ -21,7 +21,7 @@ if(isset($_POST['id'])) { $transactionQuery = select_query('gateway_mollie', '', array('paymentid' => $_POST['id']), null, null, 1); if (mysql_num_rows($transactionQuery) != 1) { - logTransaction($_GATEWAY['paymentmethod'], $_POST, 'Callback - Failure 2 (Transaction not found)'); + logTransaction('mollieunknown', $_POST, 'Callback - Failure 2 (Transaction not found)'); header('HTTP/1.1 500 Transaction not found'); exit(); @@ -88,4 +88,4 @@ if(isset($_POST['id'])) { header('HTTP/1.1 500 Arg mismatch'); exit(); -} \ No newline at end of file +}