mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
comment gettingMoneyOperation
This commit is contained in:
@@ -65,11 +65,11 @@ export default {
|
|||||||
console.log(newAmount)
|
console.log(newAmount)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
try {
|
try {
|
||||||
GettingMoneyOperation(newAmount)
|
// GettingMoneyOperation(newAmount)
|
||||||
.then((response) => {
|
// .then((response) => {
|
||||||
console.log('Payments Modal Working!: ', response)
|
// console.log('Payments Modal Working!: ', response)
|
||||||
this.url = response.url
|
// this.url = response.url
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.error('Error in PaymentModal!', e)
|
console.error('Error in PaymentModal!', e)
|
||||||
|
|||||||
Reference in New Issue
Block a user