Update pages/callback.php
Signed-off-by: kevinowino869 <kevinowino869@www.codelab.nestict.africa>
This commit is contained in:
parent
818a1957be
commit
e0b07cbfd7
@ -55,7 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && empty($_GET)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find invoice linked to this CheckoutRequestID (you’d need to store this mapping)
|
// Find invoice linked to this CheckoutRequestID (you will need to store this mapping)
|
||||||
$sql = "SELECT fk_invoice FROM " . MAIN_DB_PREFIX . "dolipesa_transactions ";
|
$sql = "SELECT fk_invoice FROM " . MAIN_DB_PREFIX . "dolipesa_transactions ";
|
||||||
$sql .= "WHERE checkout_request_id = '" . $db->escape($checkoutRequestID) . "'";
|
$sql .= "WHERE checkout_request_id = '" . $db->escape($checkoutRequestID) . "'";
|
||||||
$resql = $db->query($sql);
|
$resql = $db->query($sql);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user