medusa icon indicating copy to clipboard operation
medusa copied to clipboard

The world's most flexible commerce platform.

Results 844 medusa issues
Sort by recently updated
recently updated
newest added

**What** Migrate the klarna payment plugin to use the new abstract payment service from the core

type: feature or enhancement

**What** Migrate the paypal payment plugin to use the new abstract payment service from the core

type: feature or enhancement

**What** Migrate the adyen payment plugin to use the new abstract payment service from the core

type: feature or enhancement

**What** Migrate the manual payment plugin to use the new abstract payment service from the core

type: feature or enhancement

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`

good first issue
type: bug

**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...

type: feature or enhancement
needs-merge

**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...

type: feature or enhancement

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