Skip to content

Commit

Permalink
fix: Remove discount percentage from flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Jul 18, 2024
1 parent 00c40fb commit d3cc4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx/features/discounts/applicability.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
# .. toggle_implementation: WaffleFlag
# .. toggle_default: False
# .. toggle_description: Waffle flag to enable the First Purchase Discount to be overriden from
# EDXWELCOME/BIENVENIDOAEDX 15% discount to a new code with 30% discount.
# EDXWELCOME/BIENVENIDOAEDX 15% discount to a new code.
# .. toggle_use_cases: temporary
# .. toggle_creation_date: 2024-07-18
# .. toggle_target_removal_date: None
# .. toggle_tickets: REV-4097
# .. toggle_warning: This temporary feature toggle does not have a target removal date.
# .. toggle_warning: This feature toggle does not have a target removal date.
FIRST_PURCHASE_DISCOUNT_OVERRIDE_FLAG = WaffleFlag('discounts.enable_first_purchase_discount_override', __name__)

# .. toggle_name: discounts.enable_discounting
Expand Down

0 comments on commit d3cc4f2

Please sign in to comment.