fxa/libs/payments/cart
Reino Muhl 2455e4d5dc
feat(carts): add eligibilityStatus to cart db
Because:

* Cart needs eligibility status of current cart.

This commit:

* Add new field, eligibilityStatus, to cart db as Enum
* Add CartEligibilityStatus enum to kysely types

Closes #FXA-9472
2024-04-19 11:00:44 -04:00
..
src feat(carts): add eligibilityStatus to cart db 2024-04-19 11:00:44 -04:00
.eslintrc.json feat(payments): add cart library and factories 2023-08-01 14:42:42 -04:00
README.md feat(payments): add cart library and factories 2023-08-01 14:42:42 -04:00
jest.config.ts feat(payments): add cart library and factories 2023-08-01 14:42:42 -04:00
package.json Rebase and refactor to nestjsActionsService 2024-04-15 12:49:36 -04:00
project.json feat(cart): add stripe customer id on cart setup 2024-04-09 16:20:52 -04:00
tsconfig.json feat(payments): add cart library and factories 2023-08-01 14:42:42 -04:00
tsconfig.lib.json feat(payments): add cart library and factories 2023-08-01 14:42:42 -04:00
tsconfig.spec.json feat(payments): add cart library and factories 2023-08-01 14:42:42 -04:00

README.md

payments-cart

This library was generated with Nx.

Building

Run nx build payments-cart to build the library.

Running unit tests

Run nx test payments-cart to execute the unit tests via Jest.