Remove whitespace in Stripe plan

This commit is contained in:
PCoder 2018-09-06 00:52:55 +02:00
parent b03cb073c2
commit fc8f9993af

View file

@ -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,