Renamed gateways and fixed conflict

This commit should fix the conflict issues.
This commit is contained in:
Qarizma
2018-04-20 21:33:29 +02:00
parent a789cc6ec0
commit 330d74e8c9
9 changed files with 161 additions and 161 deletions

View File

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