Rares Stefan
4104d9ccb2
fix(medusa-plugin-economic,medusa-plugin-mailchimp,medusa-plugin-restock-notification,medusa-plugin-sendgrid,medusa-plugin-wishlist): Temporarily remove payload validation in some plugins ( #3763 )
...
* Temporarily remove payload validation in some plugins
* Add changeset
* chore: Remove commented out code
* Revert discount generator plugin
---------
Co-authored-by: olivermrbl <oliver@mrbltech.com >
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-04-08 21:09:13 +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
olivermrbl
12ee10a3d4
Economic plugin
2020-07-11 15:13:01 +02:00
olivermrbl
2e54c5627b
Economic invoice booking finalized
2020-07-11 12:20:35 +02:00
olivermrbl
9f17ab5861
Fixes the setting of a payment method
2020-07-10 16:29:51 +02:00
olivermrbl
08cf7c7f2b
Adds createFromCart and order.completed subscribers
2020-07-09 18:16:45 +02:00
olivermrbl
1e48ab3d74
Adds endpoint for booking and drafting invoices in Economic
2020-07-09 15:30:00 +02:00
Oliver Windall Juhl
3c72d49bb6
Adds Klarna payment provider
2020-07-09 15:08:31 +02:00
olivermrbl
154564b80a
Adds api and subscriber
2020-07-09 14:46:01 +02:00
olivermrbl
1da69a33c1
Adds book invoice functionality
2020-07-09 14:45:45 +02:00
olivermrbl
e869b9961f
Finalizes first draft of economic plugin
2020-07-07 21:02:11 +02:00
olivermrbl
2433411672
Initial work on economic plugin
2020-07-07 08:53:11 +02:00