Feature: Abo-Kündigung + Ablaufdatum + Dog-Auswahl nach Downgrade (SW by-v945)

This commit is contained in:
rene 2026-05-14 13:56:55 +02:00
parent 44b3fba191
commit 3b666c545f
10 changed files with 341 additions and 11 deletions

View file

@ -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 });
},
};
// ----------------------------------------------------------