Skip to content
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

[PaymentProviderService]: Add updateSession and createSession #69

Closed
srindom opened this issue May 27, 2020 · 0 comments · Fixed by #70
Closed

[PaymentProviderService]: Add updateSession and createSession #69

srindom opened this issue May 27, 2020 · 0 comments · Fixed by #70
Projects

Comments

@srindom
Copy link
Collaborator

srindom commented May 27, 2020

updateSession(paymentSession, cart)
createSession(providerId, cart)

The paymentSession argument in updateSession contains { provider_id, data } allowing the payment provider service to retrieve the payment provider via provider_id and give the method the data needed to update by passing data.

The createSession method will call the createSession method of the provider identified by providerId.

@srindom srindom added this to To do in MVP Roadmap via automation May 27, 2020
@srindom srindom moved this from To do to In progress in MVP Roadmap May 27, 2020
@srindom srindom moved this from In progress to Review in progress in MVP Roadmap May 27, 2020
MVP Roadmap automation moved this from Review in progress to Done May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
MVP Roadmap
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant