Update insurance application paid call to use external transaction id #783
This commit is contained in:
parent
47dcd92474
commit
69218aecf4
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class GatewayTransactionListener
|
||||||
}
|
}
|
||||||
|
|
||||||
// flag on api as paid
|
// 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') {
|
if (!$result['success'] || $result['response']['transaction_code'] !== 'GR004') {
|
||||||
error_log("INSURANCE MARK AS PAID FAILED FOR " . $obj->getID() . ": " . $result['error']['message']);
|
error_log("INSURANCE MARK AS PAID FAILED FOR " . $obj->getID() . ": " . $result['error']['message']);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue