2 Commits

Author SHA1 Message Date
Wouter van Os
750ff2ebde Update dutch.php 2018-05-30 11:53:51 +02:00
Wouter van Os
5119185bde Update english.php 2018-05-30 11:53:08 +02:00

View File

@@ -29,13 +29,7 @@ if(isset($_POST['id'])) {
$transaction = mysql_fetch_assoc($transactionQuery);
$method = $transaction['method'];
if ($method === Mollie_API_Object_Method::MISTERCASH) {
$method = 'bancontact';
}
$_GATEWAY = getGatewayVariables('mollie' . $method . '_devapp');
$_GATEWAY = getGatewayVariables('mollie' . $transaction['method'] . '_devapp');
if ($transaction['status'] != 'open') {
logTransaction($_GATEWAY['paymentmethod'], array_merge($transaction, $_POST), 'Callback - Failure 3 (Transaction not open)');