support: Fix error on discount applied on legacy server.

This is for legacy server **not** scheduled for an upgrade.
This commit is contained in:
Aman Agrawal 2023-12-09 07:42:10 +00:00 committed by Tim Abbott
parent dca7e654ca
commit 5d3eafcdd4
1 changed files with 2 additions and 0 deletions

View File

@ -3555,6 +3555,8 @@ def get_price_per_license(
CustomerPlan.TIER_CLOUD_PLUS: {"Annual": 16000, "Monthly": 1600},
# Placeholder self-hosted plan for development.
CustomerPlan.TIER_SELF_HOSTED_BUSINESS: {"Annual": 8000, "Monthly": 800},
# To help with processing discount request on support page.
CustomerPlan.TIER_SELF_HOSTED_LEGACY: {"Annual": 0, "Monthly": 0},
}
try: