Add external transaction id to vehicle info endpoint #761
This commit is contained in:
parent
c332757a53
commit
d3054760d3
1 changed files with 1 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ class VehicleController extends ApiController
|
||||||
|
|
||||||
$insurance = [
|
$insurance = [
|
||||||
'id' => $iobj->getID(),
|
'id' => $iobj->getID(),
|
||||||
|
'ext_transaction_id' => $iobj->getExtTransactionId(),
|
||||||
'status' => $iobj->getStatus(),
|
'status' => $iobj->getStatus(),
|
||||||
'coc_url' => $iobj->getCOC(),
|
'coc_url' => $iobj->getCOC(),
|
||||||
'checkout_url' => $gt->getMetadata()['checkout_url'],
|
'checkout_url' => $gt->getMetadata()['checkout_url'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue