Remove whitespace in Stripe plan
This commit is contained in:
parent
b03cb073c2
commit
fc8f9993af
1 changed files with 2 additions and 2 deletions
|
@ -333,8 +333,8 @@ class StripeUtils(object):
|
||||||
Returns the Stripe plan name
|
Returns the Stripe plan name
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
return "{cpu} Cores, {memory} GB RAM, {disk_size} GB SSD " \
|
return "{cpu} Cores, {memory} GB RAM, {disk_size} GB SSD, " \
|
||||||
", {price} CHF".format(
|
"{price} CHF".format(
|
||||||
cpu=cpu,
|
cpu=cpu,
|
||||||
memory=memory,
|
memory=memory,
|
||||||
disk_size=disk_size,
|
disk_size=disk_size,
|
||||||
|
|
Loading…
Reference in a new issue