83dd1b616a
chore: Add missing order metadata for create fulfillment ( #14028 )
...
* Add missing order metadata for create fulfillment
* Update .changeset/blue-olives-wave.md
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
---------
Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com >
2025-12-01 16:18:40 +01:00
Pepijn and GitHub
6bc5bf4fc9
Fix not in promotion rule empty value validation ( #14172 )
2025-12-01 15:04:57 +01:00
Pepijn and GitHub
5df903f5fb
Added shipping method data to tax module context ( #13747 )
2025-10-21 13:36:29 -04:00
753e8081c4
fix(dashboard): promotion expired status check when limit is null ( #13373 )
...
* Fix promotion expired status
* Update .changeset/bright-spoons-float.md
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-09-02 11:46:32 +02:00
Pepijn and GitHub
cdb135e491
fix(dashboard): Added missing admin dashboard dependencies ( #12346 )
2025-05-06 19:30:04 +02:00
pepijn-vanvlaanderen and GitHub
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-vanvlaanderen and GitHub
c154336433
fix: Fix missing product category relation in ProductSearchSubscriber ( #6555 )
2024-03-11 16:59:52 +01:00
pepijn-vanvlaanderen and GitHub
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-vanvlaanderen and GitHub
2057d3b247
fix(admin-ui) Custom batch job activity card ( #5288 )
2023-10-31 11:22:28 +01:00
pepijn-vanvlaanderen and GitHub
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-vanvlaanderen and GitHub
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-vanvlaanderen and GitHub
c78e7df502
fix(medusa): Type in AbstractFulfillmentService ( #5003 )
2023-09-10 16:23:06 +02:00
pepijn-vanvlaanderen and GitHub
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