Commit Graph

8 Commits

Author SHA1 Message Date
Oliver Windall Juhl
440f900af0 fix(medusa-plugin-ip-lookup): Remove outdated Typeorm usage (#3884)
* fix(medusa-plugin-ip-lookup): Use new Typeorm API

* Create dull-trainers-count.md
2023-04-19 19:10:44 +02:00
Oliver Windall Juhl
ecc5bdd362 Only use country if part of a region (#1183) 2022-04-12 16:42:53 +02:00
Sebastian Rindom
f1baca3cbd Replaces MongoDB support with PostgreSQL (#151)
- All schemas have been rewritten to a relational model
- All services have been rewritten to accommodate the new data model
- Adds idempotency keys to core endpoints allowing you to retry requests with no additional side effects
- Adds staged jobs to avoid putting jobs in the queue when transactions abort
- Adds atomic transactions to all methods with access to the data layer

Co-authored-by: Oliver Windall Juhl <oliver@mrbltech.com>
2021-01-26 10:26:14 +01:00
Sebastian Rindom
e3faa646a7 fix: add country code on preCartCreation 2020-11-02 12:32:45 +01:00
Sebastian Rindom
4d575e0a26 fix: remove debug 2020-09-03 13:42:55 +02:00
Sebastian Rindom
8920a96f7c fix: debug 2020-09-03 10:45:07 +02:00
Sebastian Rindom
f0b61e7654 fix: debug 2020-09-03 08:44:49 +02:00
Oliver Windall Juhl
eeca05117a Adds ip lookup middleware for cart creation 2020-08-25 09:51:30 +02:00