forked from Yara724/api
Merge pull request 'Fixed sheba' (#100) from s.yahyaee/yara724-api:main into main
Reviewed-on: Yara724/api#100
This commit is contained in:
@@ -4654,11 +4654,8 @@ export class ClaimRequestManagementService {
|
|||||||
|
|
||||||
const updatePayload: any = {
|
const updatePayload: any = {
|
||||||
"damage.otherParts": otherParts.length > 0 ? otherParts : undefined,
|
"damage.otherParts": otherParts.length > 0 ? otherParts : undefined,
|
||||||
|
"money.sheba": shebaNumber,
|
||||||
...(step !== ClaimWorkflowStep.USER_EXPERT_RESEND && {
|
"money.nationalCodeOfInsurer": nationalCode,
|
||||||
"money.sheba": "",
|
|
||||||
"money.nationalCodeOfInsurer": nationalCode,
|
|
||||||
}),
|
|
||||||
|
|
||||||
status: ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
status: ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
||||||
"workflow.currentStep": ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
"workflow.currentStep": ClaimWorkflowStep.CAPTURE_PART_DAMAGES,
|
||||||
|
|||||||
Reference in New Issue
Block a user