diff --git a/index.html b/index.html
index 4ba3b53..2c66a13 100644
--- a/index.html
+++ b/index.html
@@ -110,7 +110,8 @@
transfer
@@ -144,7 +145,8 @@
deposit
@@ -173,7 +175,8 @@
withdraw
@@ -206,7 +209,8 @@
request
@@ -239,7 +243,8 @@
pay
@@ -723,7 +728,8 @@
No withdraw complaints.
Pay through cashier
-
+
No pay through cashier complaints.
@@ -744,17 +750,45 @@
+
-
@@ -12414,7 +12424,7 @@ slot[name="tab"]::slotted(.active){
let container = document.getElementById('deposit_complaints_container');
container.innerHTML = ``;
container.append(render.complaintPlaceholder())
-
+
await clearCashierData();
await Promise.all([
@@ -12484,7 +12494,7 @@ slot[name="tab"]::slotted(.active){
processed: false
}
}
- if (this_user_deposit.length){
+ if (this_user_deposit.length) {
frag.append(render.depositComplaint(userData, cashierData, udc))
}
}
@@ -12642,7 +12652,7 @@ slot[name="tab"]::slotted(.active){
let this_cashier_processed_user_pay_thru_cashier = all_cashier_processed_pay_thru_cashier
.filter(f => this_user_pay_thru_cashier_upi_txid_list.includes(f.message.upi_txid));
console.log(this_cashier_processed_user_pay_thru_cashier);
-
+
if (this_user_pay_thru_cashier.length) {
let { amount, upi_txid, receiver_flo_id } = this_user_pay_thru_cashier[0].message;
userData = {
@@ -12668,8 +12678,8 @@ slot[name="tab"]::slotted(.active){
}
}
if (this_user_pay_thru_cashier.length)
- frag.append(render.payCashierComplaint(userData, cashierData, udc))
- }
+ frag.append(render.payCashierComplaint(userData, cashierData, udc))
+ }
container.innerHTML = ``
if (frag.children.length)
@@ -12695,7 +12705,7 @@ slot[name="tab"]::slotted(.active){
complaint_type = token_app.master_configurations.TYPE_PROCESSED_PAY_THROUGH_CASHIER_COMPLAINT;
} else return false;
- floCloudAPI.sendGeneralData(input_data.message, complaint_type,
+ floCloudAPI.sendGeneralData(input_data.message, complaint_type,
{ receiverID: token_app.master_configurations.helplineFloId });
notify('Complaint marked as resolved.');