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

@@ -151,7 +151,7 @@
})
},
fetchPaymentMethods() {
axios.get('/api/user/payments')
axios.get('/api/user/payment-cards')
.then(response => {
if (response.status == 204) {