Feature: Abo-Kündigung + Ablaufdatum + Dog-Auswahl nach Downgrade (SW by-v945)
This commit is contained in:
parent
44b3fba191
commit
3b666c545f
10 changed files with 341 additions and 11 deletions
|
|
@ -127,6 +127,12 @@ const API = (() => {
|
|||
upgradeRequest(tier, message) {
|
||||
return post('/auth/upgrade-request', { tier, message });
|
||||
},
|
||||
cancelSubscription() {
|
||||
return post('/auth/subscription/cancel', {});
|
||||
},
|
||||
selectPrimaryDog(dog_id) {
|
||||
return post('/auth/subscription/select-dog', { dog_id });
|
||||
},
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue