Upgrade/downgrade flow — tier changes without new DLID #631
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Phase 5.2 — Tier Upgrade/Downgrade
Parent: #616 | Depends on: #618, #619, #630
Upgrade scenario
Customer has CRM license, purchases POS upgrade:
PATCH /api/v1/licensing/licenses/{id}withtier: "pos"Downgrade scenario
Customer downgrades from Suite to CRM:
Add-on scenario
Customer has POS license, adds HRM as individual add-on:
AddCustomEntitlement(licenseID, "hrm", "MokoSuiteHRM")Prorated billing (Shop side)
Acceptance criteria
Branch created:
feature/631-upgrade-downgrade-flow-tier-changes-with