feat: improved order payment lifecycle
This commit is contained in:
@@ -8,6 +8,7 @@ class CartItemForm(forms.Form):
|
||||
<label for="quantity">{% translate 'Cantidad' %}</label>
|
||||
<input id="quantity" type="number" name="quantity" value="1">
|
||||
"""
|
||||
|
||||
product = forms.IntegerField(widget=widgets.HiddenInput)
|
||||
quantity = forms.IntegerField()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user