forked from clone/WHMCS-Mollie-Payments
Compare commits
2 Commits
fix/bancon
...
update-tra
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
750ff2ebde | ||
|
|
5119185bde |
@@ -29,13 +29,7 @@ if(isset($_POST['id'])) {
|
|||||||
|
|
||||||
$transaction = mysql_fetch_assoc($transactionQuery);
|
$transaction = mysql_fetch_assoc($transactionQuery);
|
||||||
|
|
||||||
$method = $transaction['method'];
|
$_GATEWAY = getGatewayVariables('mollie' . $transaction['method'] . '_devapp');
|
||||||
|
|
||||||
if ($method === Mollie_API_Object_Method::MISTERCASH) {
|
|
||||||
$method = 'bancontact';
|
|
||||||
}
|
|
||||||
|
|
||||||
$_GATEWAY = getGatewayVariables('mollie' . $method . '_devapp');
|
|
||||||
|
|
||||||
if ($transaction['status'] != 'open') {
|
if ($transaction['status'] != 'open') {
|
||||||
logTransaction($_GATEWAY['paymentmethod'], array_merge($transaction, $_POST), 'Callback - Failure 3 (Transaction not open)');
|
logTransaction($_GATEWAY['paymentmethod'], array_merge($transaction, $_POST), 'Callback - Failure 3 (Transaction not open)');
|
||||||
|
|||||||
Reference in New Issue
Block a user