Derek Wene
Derek Wene
## Bug report We use a 3rd party plugin to calculate taxes, using the Medusa tax plugin system. I noticed one of my recent orders had 3x the tax I...
This was incorrectly calculating item prices with discounts applied when creating order from cart.
We're building out a storefront experience using Remix. As part of that, we needed to be able to proxy cookies from the browser to the storefront APIs (for auth, using...
We use Sentry (https://sentry.io/) to keep track of error logs and uncaught exceptions. It would be really nice if there was a plugin that we could use to plug that...
API is returning 400 error saying that email is required, looks like the Admin is sending an empty string. Running on the latest version of the develop branch: https://www.loom.com/share/e50997fc20964e18b51150e1e3b9629d
https://www.loom.com/share/8fcb0881152a44cca40144530496bd26 Expected result: Can create a new product with an image. Actual Result: Image is not uploaded. Reproducability: Using the latest `develop` branch.
https://www.loom.com/share/8047da95b35c48d8bbd1251a7e1a0397 Expected Result: If I create a custom gift card of $100 it should give the customer $100 Actual Result: It gives the customer a $92.38 gift card. Branch: latest...
When I'm in the admin UI and want to create a custom gift card, it shouldn't remove balance from the number I just input. I would understand charging taxes in...
It would be nice to be able to register FulfillmentServiceProviders using the Medusa-Extender modules. In the vanilla Medusa plugin setup, Medusa checks to see if the service is an instance...