diff --git a/blocks/applyloanform/applyloantemplate.js b/blocks/applyloanform/applyloantemplate.js index 8988daa3a5..d54ff62374 100644 --- a/blocks/applyloanform/applyloantemplate.js +++ b/blocks/applyloanform/applyloantemplate.js @@ -294,24 +294,24 @@ export function appplyLoanTemplate(properties) { arrow

${properties.verifyHead}

-

Enter the 4 digit OTP sent to 7845789658

-

Change

+

${properties.otpsubhead} ${properties.otpnumber}

+

${properties.otpchangetext}

-

4 Digit Code

+

${properties.otpsubsubhead}

- 0/4 Digits + ${properties.otpdigits}
- Invalid Code Try Again + ${properties.wrongotpmessage}

- Didn’t receive code? + ${properties.resendtext}

- - 00:30 + + ${properties.resendtimer}
@@ -357,7 +357,7 @@ export function appplyLoanTemplate(properties) {

${properties.errorhead}

${properties.errorSubhead}

- error-warning + error-warning

${properties.RedBoxText}

diff --git a/paths.json b/paths.json index cc63a75d4c..a6ebeab8ce 100644 --- a/paths.json +++ b/paths.json @@ -51,6 +51,6 @@ "/content/piramalfinance-eds/in/en/api/branchlocatorobj:/api/branchlocatorobj.json", "/content/piramalfinance-eds/in/en/api/updatesheet:/api/updatesheet.json", "/content/piramalfinance-eds/in/en/api/branchloanmapping:/api/branchloanmapping.json", - "/content/piramalfinance-eds/in/en/api/flat-demo:/api/flat-demo.json" + "/content/piramalfinance-eds/in/apply-form-loan:/apply-form-loan.json" ] }