mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Make sure profile name is in return
This commit is contained in:
parent
5fd7b324b8
commit
90efbbf0ba
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user