controller refactoring part 9

This commit is contained in:
Peter Papp
2021-07-20 13:13:33 +02:00
parent 0633131a73
commit 8b250e94cb
10 changed files with 185 additions and 137 deletions

View File

@@ -490,7 +490,7 @@
this.$isSomethingWrong()
})
axios.get('/api/user/payments')
axios.get('/api/user/payment-cards')
.then(response => {
this.defaultPaymentMethod = response.data.default