- 19 Oct, 2018 2 commits
- 18 Oct, 2018 6 commits
- 17 Oct, 2018 7 commits
- 16 Oct, 2018 3 commits
- 08 Oct, 2018 2 commits
- 06 Oct, 2018 3 commits
- 05 Oct, 2018 11 commits
- 03 Oct, 2018 6 commits
Update pycryptodome
Allow admin to lower the minimum RAM for a calculator instance to 512 MB
Based on what is set by the admin in the backend
Round VAT percent to 2 decimal places
We later change this according to minRam set in the backend
Task/5690/redirect on payment error
Obtaining slug from kwargs won't work in OrderConfirmation page because we do not set the kwargs for that page. To resolve this, I add the product_slug to the generic_payment_details dict in the session
Task/5690/generic payment page
For the case when user is on product page and tries logging in