Commit Graph

12 Commits

Author SHA1 Message Date
Adrien de Peretti b5d6682db6 feat(medusa): Allow regexp in CORS configuration (#1935) 2022-12-12 19:24:37 +01:00
Carlos R. L. Rodrigues 755ba90c05 feat(medusa): Payment Collection endpoints (#2525) 2022-11-11 18:28:45 +01:00
Carlos R. L. Rodrigues c3f8297599 feat(medusa): manage payment sessions from payment collection (#2402)
* feat: manage payment sessions from payment collection
2022-11-02 13:34:29 -03:00
Sebastian Rindom 9fee57f54f hotfix: endpoint 2021-06-23 13:32:27 +02:00
Sebastian Rindom aad49ea355 hotfix: endpoint 2021-06-23 13:30:28 +02:00
Sebastian Rindom 12fc1a9869 chore: cleanup log 2021-06-08 13:39:28 +02:00
Sebastian Rindom 91511cbdf8 fix: mobile pay support 2021-06-08 10:56:35 +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 5fa8e40f94 Fixes Adyen payment methods response + endpoint errors 2020-08-25 17:24:31 +02:00
olivermrbl f4cf9d1a11 Adds adyen webhook 2020-08-20 13:33:29 +02:00
olivermrbl 9028a5afab Adds update payment + minor fixes 2020-08-20 08:19:03 +02:00
olivermrbl 20c8dc23a1 Adds Adyen payment provider 2020-08-06 12:12:31 +02:00