feat: improved order payment lifecycle

This commit is contained in:
2025-01-16 18:17:53 +01:00
parent ebb6d5a5a5
commit 6c60df2da0
7 changed files with 108 additions and 13 deletions
+1
View File
@@ -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()