-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(medusa): Migrate setPaymentSession
to use new session flow
#2982
feat(medusa): Migrate setPaymentSession
to use new session flow
#2982
Conversation
|
…us selected session
5aeb5fb
to
9116d6b
Compare
/snapshot-this |
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/medusa@1.7.3-snapshot-20230111090250 yarn add @medusajs/medusa-js@1.3.6-snapshot-20230111090250 yarn add medusa-payment-manual@1.0.19-snapshot-20230111090250 yarn add medusa-test-utils@1.1.38-snapshot-20230111090250 yarn add @medusajs/stock-location@1.0.1-snapshot-20230111090250
|
setPaymentSession
to use setPaymentSessions
logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
setPaymentSession
to use setPaymentSessions
logicsetPaymentSession
to use new session flow
What
When selecting a payment session, we do not necessarily run setPaymentSessions. manage the previously selected session.m accordingly.