hosting vm payment price fix
This commit is contained in:
parent
f66d768ecb
commit
91a65e88ec
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ class OrdersHostingDetailView(LoginRequiredMixin, DetailView):
|
|||
cpu = specs.get('cpu')
|
||||
memory = specs.get('memory')
|
||||
disk_size = specs.get('disk_size')
|
||||
amount_to_be_charged = specs.get('price')
|
||||
amount_to_be_charged = specs.get('total_price')
|
||||
plan_name = StripeUtils.get_stripe_plan_name(cpu=cpu,
|
||||
memory=memory,
|
||||
disk_size=disk_size)
|
||||
|
|
Loading…
Reference in a new issue