change payment api call

This commit is contained in:
Hepatica
2023-12-13 18:40:35 +01:00
parent 33a43547d2
commit 4ae4be04c4
2 changed files with 38 additions and 13 deletions

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)