Resolve "Aggregate Rider Rating" #1689

Open
korina.cordero wants to merge 92 commits from 764-aggregate-rider-rating 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']);
}