medusa
                                
                                 medusa copied to clipboard
                                
                                    medusa copied to clipboard
                            
                            
                            
                        The world's most flexible commerce platform.
**What** Migrate the klarna payment plugin to use the new abstract payment service from the core
**What** Migrate the paypal payment plugin to use the new abstract payment service from the core
**What** Migrate the adyen payment plugin to use the new abstract payment service from the core
**What** Migrate the manual payment plugin to use the new abstract payment service from the core
I have made the doc to follow **the guidelines**, **updated commands (Docker)**, **added the doc to sidebar**. Closes #1910 @shahednasser Please check
**What** Method [`resetPassword`](https://github.com/medusajs/medusa/blob/aaebb38eae883a225779b03556900ea813c991d2/packages/medusa-js/src/resources/customers.ts#L85) in the Customers domain of `medusa-js` currently uses the wrong payload type. Should be changed to `StorePostCustomersResetPasswordReq`
**What** - **implemented product import strategy** - fix a bug where a product variant couldn't be created if an MA record with `region_id` was sent in the payload - return...
**What** Add a new wait to apply specific global middleware at a known position in the handler collection. e.g the await-middleware is only applied to the final handler, or the...
This is a request for comment and not to be merged. I want to check a pattern I'm using when converting the tests to typescript. With the update some of...
**What** - convert `RegionService` to typescript RESOLVES CORE-347