You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed default size in checkout views.py from size = request.POST.get('size', 0) to size = request.POST.get('size', 1). This ensures correct multiplication of sub-methods.
Describe the bug :
Items that has no sizes are not adding to Vault from the Item Detail page.
To Reproduce :
Expected behavior :
All items can be added to Vault.
Screenshots :
N/A
Devices :
All devices.
Additional context :
Possible
if / else
statement inadd_to_vault
method.The text was updated successfully, but these errors were encountered: