fixed minor loan issue
This commit is contained in:
parent
877649d3d3
commit
f4ed0e7660
@ -1766,7 +1766,7 @@
|
|||||||
const amount = parseFloat(getRef('get_loan_amount').value)
|
const amount = parseFloat(getRef('get_loan_amount').value)
|
||||||
const confirm = await getConfirmation('Continue?', `Confirm loan of ${amount.toLocaleString('en-IN', { currency: 'INR', style: 'currency' })}?`, 'Cancel', 'Confirm')
|
const confirm = await getConfirmation('Continue?', `Confirm loan of ${amount.toLocaleString('en-IN', { currency: 'INR', style: 'currency' })}?`, 'Cancel', 'Confirm')
|
||||||
if (confirm) {
|
if (confirm) {
|
||||||
showInitProcess('loan')
|
showProcess('loan')
|
||||||
bank_app.requestLoan(amount)
|
bank_app.requestLoan(amount)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
window.location.hash = `#/result?type=loan&amount=${amount}&status=pending`
|
window.location.hash = `#/result?type=loan&amount=${amount}&status=pending`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user