Resolve "Data archiving" #1687

Open
korina.cordero wants to merge 139 commits from 762-data-archiving into 746-resq-2-0-final
Showing only changes of commit 69218aecf4 - Show all commits

View file

@ -66,7 +66,7 @@ class GatewayTransactionListener
}
// flag on api as paid
$result = $this->ic->tagApplicationPaid($obj->getID());
$result = $this->ic->tagApplicationPaid($obj->getExtTransactionId());
if (!$result['success'] || $result['response']['transaction_code'] !== 'GR004') {
error_log("INSURANCE MARK AS PAID FAILED FOR " . $obj->getID() . ": " . $result['error']['message']);
}