tomik-z-cech / PP5-Ohm-Azing-Components

View massive selection of electronic components at our online store. Find high-quality resistors, capacitors, tools, kits and more. Shop now for all your electronic needs !
https://ohmazing-components-1a5a0fcb9e95.herokuapp.com/
1 stars 1 forks source link

BUG : Delivery option changed - toast not displaying properly #94

Closed tomik-z-cech closed 7 months ago

tomik-z-cech commented 7 months ago

Describe the bug : Error message "Payment cannot be processed" appears after changing delivery option changed.

To Reproduce :

Expected behavior : Message "Delivery option changed" appears.

Screenshots : N/A

Devices : All devices.

Additional context : Possible views.py issue in checkout app.

tomik-z-cech commented 7 months ago

Line if request.POST.get('payment-checker') == 'true' and order_form.is_valid(): split into two separate statements with different else outputs.

Bug fixed in commit d67a354.