feat(medusa): Load PaymentProcessors + integrate in PaymentProviderService (#2978)

* feat: Add payment process support into the loader and payment provider

* WIP

* feat: continue payment provider alignment

* fix tests and defer payment service resolution

* continue to add support to payment provider

* continue to add support to payment provider

* fix fixtures

* chore: add updateSessionData unsupported error

* chore: Adress feedback

* chore: Adress feedback

* chore: fix default loader

* cleanup

* cleanup

* fix unit tests

* Create purple-sloths-confess.md

* address feedback

* minor changes

* fix unit test

---------

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Adrien de Peretti
2023-02-21 09:48:32 +01:00
committed by GitHub
co-authored by Oliver Windall Juhl
parent 1c40346e9e
commit f43e9f0f20
13 changed files with 1714 additions and 533 deletions
+8
View File
@@ -0,0 +1,8 @@
---
"@medusajs/medusa": patch
---
feat(medusa): Load PaymentProcessors
- Add loading of PaymentProcessors
- Add PaymentProcessor support in the payment-provider
- Add backward compatibility for the PaymentService