Make sure profile name is in return

This commit is contained in:
Joseph Hall 2015-06-01 13:44:59 -06:00
parent 5fd7b324b8
commit 90efbbf0ba

View File

@ -4197,4 +4197,4 @@ def show_pricing(kwargs=None, call=None):
ret['per_month'] = ret['per_day'] * 30
ret['per_year'] = ret['per_week'] * 52
return ret
return {profile['profile']: ret}