mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Fix url bug
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
|||||||
try {
|
try {
|
||||||
GettingMoneyOperation(newAmount).then((response) => {
|
GettingMoneyOperation(newAmount).then((response) => {
|
||||||
console.log("Payments Modal Working!: ", response);
|
console.log("Payments Modal Working!: ", response);
|
||||||
this.url = response.url;
|
this.url = response;
|
||||||
this.offBtn = false;
|
this.offBtn = false;
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user