Sebastian Rindom
Sebastian Rindom
The new batch endpoints introduced by https://github.com/medusajs/medusa/pull/1032 are missing in the client and medusa-react.
The Webshipper plugin's implementation of `getFulfillmentOptions` only returns 30 rates. This is problematic if the user has more than 30 rates. The method should be updated to check if there...
**Steps to reproduce** - In the root run `yarn bootstrap && yarn build` - `cd integration-tests/api` - `medusa-dev --scan-once` - `yarn test --watch` Jest will be able to go through...
It should be possible for store operators to filter orders by region. This should be added to the order filter dropdown.
It should be possible to filter and paginate gift cards like other tables in the admin dashboard. Also, we should default to sort by created_at, currently no ordering is applied.
As per Philip's comment: https://github.com/medusajs/admin/pull/368#pullrequestreview-883041589 When adding tags the new string value should be trimmed - also if the resulting string is empty we should ignore the update; i.e. don't...
When working with the variant matrix for updating prices, the update is sometimes not recorded. I am not able to find the exact reason for the issue, but I think...
Was having issues with displaying images where all URLs are of the format: `//domain.com/path-to-img`
**What** Fixes an issue where tokens were not stored correctly after doing a token refresh