Files
medusa-store/.changeset/mighty-cups-cheer.md
Adrien de Peretti 3d200c41f9 chore: refactor payment collection setPaymentSession (#2928)
**What**

Only use `setPaymentSessionsBatch` in `setPaymentSession` to reuse the logic as it is the same behavior. One for a unique session and the other one for multiple sessions.
This refactoring reduce the risk of introducing bugs when working around payment session if it needs to be changed (which is currently happening as part of the payment refactoring) and having to change it in less places instead of more and more places
2023-01-05 15:22:12 +00:00

88 B

@medusajs/medusa
@medusajs/medusa
patch

chore: refactor payment collection setPaymentSession