- When stripe responds with success we forward to receipt page which
waits for stripe webhook to updated order status.
- Moved stripe logic out of card component and into stripeApi.ts.
- Get stripe api token from +page.server.ts environment variable.
- Spinner for stripe payment for feedback on payment until stripe
verifies and responds.
- Error stack component trying to create card stack animation.
* Generates JSON ld structured metadata from a product & appends to head
* Updated IProduct & IVariation interface
* Added IProductResponse & IProductsResponse interfaces
* Fixed sitemap urls having to many protocols
* Implemented jsonld for product w/ variations
* Aligned Product responses between backend & frontend
* PageMeta for updating head meta values: title & description
Use on any page where we want to display a unique meta page title &
description
* Set document language to norwegian
* Linting
* Generates JSON ld structured metadata from a product & appends to head
* Updated IProduct & IVariation interface
* Added IProductResponse & IProductsResponse interfaces
* Fixed sitemap urls having to many protocols