Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2024-09-23 | Move import to a type checking block to avoid circular import | -2/+4 | ||
2024-09-16 | Bump cryptography from 43.0.0 to 43.0.1 (#14) | -29/+29 | ||
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
2024-09-16 | Add placeholder printful store id to CI for tests | -0/+1 | ||
2024-09-16 | Reduce the time voucher rows are locked when creating orders | -2/+3 | ||
2024-09-13 | Add a gift emssage to the order | -0/+4 | ||
2024-09-13 | Estimate order costs before submitting the order | -9/+15 | ||
2024-09-13 | Set the external_id of the printful order to the voucher id | -3/+7 | ||
2024-09-13 | Also accept a quantity for order items | -0/+1 | ||
2024-09-13 | Make OrderCosts available via the dto module | -1/+2 | ||
2024-09-13 | Add an endpoint to submit an order to printful | -0/+111 | ||
2024-09-13 | Add the printful store ID to the authorized client as a header | -1/+5 | ||
2024-09-13 | Fix seed script user creation | -4/+32 | ||
2024-09-12 | Add card wrapper around cart status on store page | -7/+19 | ||
2024-09-12 | ESLint fixes | -9/+9 | ||
2024-09-12 | Use new CartConfirm component in CheckoutPage | -2/+2 | ||