deleted comment for url

This commit is contained in:
Kostya
2023-12-17 13:17:31 +03:00
parent 43ee274787
commit 2c87c2411f

View File

@@ -83,7 +83,7 @@ export default {
GettingMoneyOperation(newAmount) GettingMoneyOperation(newAmount)
.then((response) => { .then((response) => {
console.log('Payments Modal Working!: ', response) console.log('Payments Modal Working!: ', response)
// this.url = response.url this.url = response.url
this.offBtn = false this.offBtn = false
}) })
} }