added more cashiers
This commit is contained in:
parent
6f0838504e
commit
aa7b6c76e7
19
index.html
19
index.html
@ -11513,7 +11513,22 @@ slot[name="tab"]::slotted(.active){
|
|||||||
{
|
{
|
||||||
"FCja6sLv58e3RMy41T5AmWyvXEWesqBCkX": {
|
"FCja6sLv58e3RMy41T5AmWyvXEWesqBCkX": {
|
||||||
"upi_id": "8507742774@ybl"
|
"upi_id": "8507742774@ybl"
|
||||||
}
|
},
|
||||||
|
"FHW2kgYEhDt85vjAiMMF7bQqdP74L7iwvQ": {
|
||||||
|
"upi_id": "8340617958@ybl"
|
||||||
|
},
|
||||||
|
"FTmJ6QeBjDFjdqS6Zs4V5amac2X19AjXcF": {
|
||||||
|
"upi_id": "8902496422@ybl"
|
||||||
|
},
|
||||||
|
"FBun3694ZdxmD66os9oL5DxMrif3vyVjT3": {
|
||||||
|
"upi_id": "7004801428@ybl"
|
||||||
|
},
|
||||||
|
"FTpxFWdBDvYARGZuPWDhw9gke72J2pruvv": {
|
||||||
|
"upi_id": "aakriti1705sinha@okicici"
|
||||||
|
},
|
||||||
|
"FQ6udJuTbGDa2kWZAkmNpwgHaUEeYLPAtt": {
|
||||||
|
"upi_id": "krishraj1012-2@okicici"
|
||||||
|
},
|
||||||
}`
|
}`
|
||||||
text = removeWhiteSpaces(text);
|
text = removeWhiteSpaces(text);
|
||||||
return text;
|
return text;
|
||||||
@ -12237,7 +12252,7 @@ slot[name="tab"]::slotted(.active){
|
|||||||
let paid_cashier_upi_txid = document.getElementById('paid_cashier_upi_txid').value;
|
let paid_cashier_upi_txid = document.getElementById('paid_cashier_upi_txid').value;
|
||||||
paid_cashier_upi_txid = toAlphanumeric(paid_cashier_upi_txid);
|
paid_cashier_upi_txid = toAlphanumeric(paid_cashier_upi_txid);
|
||||||
if (recvr_id.length < 1
|
if (recvr_id.length < 1
|
||||||
|| floCrypto.validateAddr(recvr_id)
|
|| !floCrypto.validateAddr(recvr_id)
|
||||||
|| amount_to_pay <= 0
|
|| amount_to_pay <= 0
|
||||||
|| paid_cashier_upi_txid.length < 1)
|
|| paid_cashier_upi_txid.length < 1)
|
||||||
return notify("Incomplete information", 'error', '', true);
|
return notify("Incomplete information", 'error', '', true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user