mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Merge branch 'main' of https://github.com/danilt2000/LuckyDiamond
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user