Skip to content

Commit

Permalink
Fix broken reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmejia committed Jul 1, 2015
1 parent 1f28987 commit 5260264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djstripe/templatetags/djstripe_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def djstripe_plan_level(name):
Note: Custom settings setup is needed, please see the documentation for details.
"""
level = -1
for config_level in HIERARCHY_PLANS.values():
for config_level in DJSTRIPE_PLAN_HIERARCHY.values():
if name in config_level["plans"]:
level = config_level["level"]

Expand Down

0 comments on commit 5260264

Please sign in to comment.