changed in wihdraw request claiming arguments

This commit is contained in:
Kostya
2023-12-19 18:25:28 +03:00
parent 8f88e9beb9
commit dac137e02e
2 changed files with 7 additions and 4 deletions

View File

@@ -165,7 +165,7 @@ export default {
if(this.captchaToken !== '' && this.amountSave > 0) {
setTimeout(() => {
try {
WithdrawMoneyOperation(this.amountSave, this.card.toString(), this.captchaToken, GetCookie('SearchToken'), GetCookie('AUTHTOKEN')).then((response) => {
WithdrawMoneyOperation(this.amountSave, this.card.toString(), this.captchaToken).then((response) => {
console.log(`work withdraw - ${response}`)
this.offBtn = false
})