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 return service to TS as well as the use of the new base service FIXES CORE-357

project: typescript
type: feature or enhancement
needs-merge

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

type: feature or enhancement
type: research

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

type: bug

**What** Migrate the stripe payment plugin to use the new abstract payment service from the core. Also include the transactions fixes

type: feature or enhancement

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

type: bug

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

needs-merge