added debuger for check value url in payments modal

This commit is contained in:
Kostya
2023-12-17 18:29:59 +03:00
parent 0632e374e1
commit 2a0c209061

View File

@@ -104,6 +104,7 @@ export default {
return this.$emit('closemodal') return this.$emit('closemodal')
}, },
RedirectedMethodDep() { RedirectedMethodDep() {
console.log(`From /profile to - ${this.url} url`)
window.location.href = this.url window.location.href = this.url
}, },
checkBtn() { checkBtn() {