medusa
medusa copied to clipboard
The world's most flexible commerce platform.
**what** migrate the return service to TS as well as the use of the new base service FIXES CORE-357
### What Add support for authentication strategies, The idea with that draft write up is to provide and `AbstractAuthStrategy` class that implements the interface `IAuthenticationStrategy` The strategy that extend this...
**[PERSONAL TEST]** Do not merge or review for now :) it is only a draft of my mind and could be a no go depending on discussion Probably require the...
## Bug report ### Describe the bug When trying to create a product using the [ProductService.create](https://github.com/medusajs/medusa/blob/0703dd94e88be47fdc61c1caa451c050fbabbef3/packages/medusa/src/services/product.ts#L346) method and not specifying a [profile_id](https://github.com/medusajs/medusa/blob/0703dd94e88be47fdc61c1caa451c050fbabbef3/packages/medusa/src/types/product.ts#L140) (it's optional) then the creation fails with the...
**What** Migrate the stripe payment plugin to use the new abstract payment service from the core. Also include the transactions fixes
Related to #1307
Relates to #1929
## Bug report ### Describe the bug Importing and using react-query inside the Gatsby admin while simultaneously using the medusa-react package is not possible. `Invalid hook call. Hooks can only...
**What** Naive fix to allow carts with 100% discount to be completed. **Why** Discount total is wrongly calculated if `items` and `items.adjustments` is not included in relations upon retrieving the...