Fix url bug

This commit is contained in:
Hepatica
2023-12-17 16:35:04 +01:00
parent 5d1c2fdb48
commit fc32cfbaa3

View File

@@ -120,7 +120,7 @@ export default {
try {
GettingMoneyOperation(newAmount).then((response) => {
console.log("Payments Modal Working!: ", response);
this.url = response.url;
this.url = response;
this.offBtn = false;
});
} catch (e) {