Commit Graph
9 Commits
Author SHA1 Message Date
pepijn-vanvlaanderenandGitHub 6113af0a66 fix(medusa): Deleted discount missing on order (#6837)
* Fix deleted discount missing on order

* Added integration test

* Added changeset
2024-03-29 11:51:27 +01:00
pepijn-vanvlaanderenandGitHub c154336433 fix: Fix missing product category relation in ProductSearchSubscriber (#6555) 2024-03-11 16:59:52 +01:00
pepijn-vanvlaanderenandGitHub a53ae1e29b feat(medusa): Replace Node Redis with ioredis (#5656)
* Replaced Node Redis with ioredis

* Update express.ts
2023-12-06 09:10:56 +01:00
pepijn-vanvlaanderenandGitHub 2057d3b247 fix(admin-ui) Custom batch job activity card (#5288) 2023-10-31 11:22:28 +01:00
pepijn-vanvlaanderenandGitHub 0d7c5543dd feat(medusa): Add item and shipping tax totals to order (#5385)
* Expose item tax total and shipping tax total in order totals

* Added changeset

* Fixes to tests

* Fixes to integration tests

* Fixes to integration tests

* Fixes to integration tests

* Change changeset to patch
2023-10-19 09:57:37 +02:00
pepijn-vanvlaanderenandGitHub bbd9dd408f feat(medusa-file-s3): Added S3 directory config (#5291)
* Added S3 directory config

* Rename option directory to prefix

* Added changeset
2023-10-11 10:32:35 -07:00
pepijn-vanvlaanderenandGitHub c78e7df502 fix(medusa): Type in AbstractFulfillmentService (#5003) 2023-09-10 16:23:06 +02:00
pepijn-vanvlaanderenandGitHub 3bf73e388a Fix issue on fixed total amount discount when using includes tax (#3472)
The calculation of the fixed discount amount breaks when having includes_tax setting active, due to the line item totals are incorrect and returning everything as 0, thus the totalItemPercentage will be Infinitiy due to the division by a subtotal of 0
2023-03-15 15:07:24 +00:00
370bd472ed fix(medusa): Fix regression in job scheduler service (#3335)
The queue registration of jobs has stopped working due to a small issue in how the jobs are added to the queue.

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-02-28 07:53:51 +00:00