issues
search
augustin-wien
/
augustina-backend
An open-source web shop designed for selling magazines on the street.
GNU Affero General Public License v3.0
7
stars
0
forks
source link
Improve checkout process
#93
Closed
lebe1
closed
1 year ago
lebe1
commented
1 year ago
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Description
IMPORTANT TO KNOW
Double check if JSONMarshal also works for you. Maybe something in the backoffice can be tested there too since I only tested the CheckoutURL.
I got the function from this
Stackoverflow Thread
CHANGES
Add security checks in
api/order/
handler
Improve VivaWallet smart checkout design and content
Add JSONMarshal function to be able to not encode escape characters like '&' which is needed for the colour URL
TODO
Checklist:
[x] I have commented my code (or ChatGPT did), particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings, neither in my IDE nor in my browser
[x] I have added tests that prove my fix is effective or that my feature works
Type of change
Description
IMPORTANT TO KNOW
CHANGES
api/order/
handlerTODO
Checklist: