This commit is contained in:
Kostya
2023-12-13 20:33:17 +03:00

View File

@@ -65,11 +65,11 @@ export default {
console.log(newAmount)
setTimeout(() => {
try {
GettingMoneyOperation(newAmount)
.then((response) => {
console.log('Payments Modal Working!: ', response)
this.url = response.url
})
// GettingMoneyOperation(newAmount)
// .then((response) => {
// console.log('Payments Modal Working!: ', response)
// this.url = response.url
// })
}
catch (e) {
console.error('Error in PaymentModal!', e)