updated cashier details
This commit is contained in:
parent
62d28a7195
commit
9fef88b5b1
@ -10513,7 +10513,7 @@
|
|||||||
fetch_retry: function (apicall) {
|
fetch_retry: function (apicall) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
this.serverList.splice(this.curPos, 1);
|
this.serverList.splice(this.curPos, 1);
|
||||||
this.curPos = floCrypto.randInt(0, this.serverList.length)
|
this.curPos = floCrypto.randInt(0, this.serverList.length - 1)
|
||||||
this.fetch_api(apicall)
|
this.fetch_api(apicall)
|
||||||
.then(result => resolve(result))
|
.then(result => resolve(result))
|
||||||
.catch(error => reject(error));
|
.catch(error => reject(error));
|
||||||
@ -12654,14 +12654,11 @@
|
|||||||
#!#helplineFloId=F9MAyvT5b9aSfsuukAungrbt1L5fgmJmuK
|
#!#helplineFloId=F9MAyvT5b9aSfsuukAungrbt1L5fgmJmuK
|
||||||
#!#cashiers=
|
#!#cashiers=
|
||||||
{
|
{
|
||||||
"FCja6sLv58e3RMy41T5AmWyvXEWesqBCkX": {
|
"FStdh7ze6ufJ85v4ecn8RShXub47LynUyG": {
|
||||||
"upi_id": "8507742774@ybl"
|
"upi_id": "8507742774@ybl"
|
||||||
},
|
},
|
||||||
"FTpxFWdBDvYARGZuPWDhw9gke72J2pruvv": {
|
"FTpxFWdBDvYARGZuPWDhw9gke72J2pruvv": {
|
||||||
"upi_id": "aakriti1705sinha@okicici"
|
"upi_id": "aakriti1705sinha@okicici"
|
||||||
},
|
|
||||||
"FPFeL5PXzW9bGosUjQYCxTHSMHidnygvvd": {
|
|
||||||
"upi_id": "7744023898@paytm"
|
|
||||||
}
|
}
|
||||||
}`
|
}`
|
||||||
text = removeWhiteSpaces(text);
|
text = removeWhiteSpaces(text);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user