Merge tag '3.0.17' into develop
3.0.17 3.0.17
This commit is contained in:
commit
fde08035b7
@ -115,7 +115,7 @@ class CartAddProductView(SingleObjectMixin, FormView):
|
||||
cleaned_data = form.cleaned_data
|
||||
cart.add_item(
|
||||
CartItem({
|
||||
'variant_pk': cleaned_data.pop('variant'),
|
||||
'variant_pk': cleaned_data.pop('variant').pk,
|
||||
'quantity': cleaned_data.pop('quantity'),
|
||||
'options': cleaned_data
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user