Skip to content

Commit

Permalink
fix: WD-11797 (canonical#13925)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigyanghosh30 authored Jun 6, 2024
1 parent 231271f commit a95c04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/shop/cred/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def cred_home(ua_contracts_api, **_):
user_purchasing = False
enterprise_purchasing = False
for product in available_products:
if product.get("name") == "CUE Linux Essentials":
if product.get("name") == "cue-linux-essentials":
user_purchasing = True
if product.get("name") == "CUE Activation Key":
enterprise_purchasing = True
Expand Down

0 comments on commit a95c04f

Please sign in to comment.