controller refactoring part 11

This commit is contained in:
Peter Papp
2021-07-20 17:17:18 +02:00
parent 2d814f3839
commit b0859f71cd
22 changed files with 295 additions and 252 deletions
@@ -104,7 +104,7 @@
if (setupIntent) {
axios
.post('/api/user/payment-cards', {
.post('/api/user/subscription/payment-cards', {
token: setupIntent.payment_method,
default: this.defaultPaymentMethod,
})