aboutsummaryrefslogtreecommitdiff
path: root/client/src/views/Checkout.vue
Commit message (Expand)AuthorAgeFilesLines
* Small UI improvements.HEADmainMateja2021-07-311-1/+1
* Fully implement client-side login system...Mateja2021-07-291-1/+7
* Use arrow functions when setting up PayPal buttons.Mateja2021-07-281-19/+19
* Show modal and clear cart on successfully purchase.Mateja2021-07-271-4/+31
* Move transaction requests to Vuex.Mateja2021-07-271-13/+7
* Display PayPal buttons only if cart is not empty.Mateja2021-07-271-1/+1
* Basic PayPal buttons integration...Mateja2021-07-251-2/+36
* Allow product removal on Checkout page.Mateja2021-07-251-0/+6
* Show number of items that can be checked out.Mateja2021-07-251-0/+1
* Boilerplate checkout cart.Mateja2021-07-251-2/+28
* Added boilerplate pages and `ProductCard` component.Mateja2021-07-241-0/+9