FIX_ENDORSEMENT_PAYMNT_MODE
This commit is contained in:
parent
5e230303fc
commit
d9a5c84b74
@ -221,7 +221,7 @@ class EndorsementController extends ResourceController
|
|||||||
'reg_no' => $policy['reg_no'] ?? null,
|
'reg_no' => $policy['reg_no'] ?? null,
|
||||||
'broker_id' => $policy['broker_id'] ?? null,
|
'broker_id' => $policy['broker_id'] ?? null,
|
||||||
'insured_name' => $policy['insured_name'] ?? null,
|
'insured_name' => $policy['insured_name'] ?? null,
|
||||||
'payment_mode_id' => $policy['payment_mode_id'] ?? null,
|
'payment_mode_id' => $reqData['payment_mode_id'] ?? $policy['payment_mode_id'] ?? null,
|
||||||
];
|
];
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user