-
Notifications
You must be signed in to change notification settings - Fork 29
♻️ Feedback on payments plugin and service #4763
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
♻️ Feedback on payments plugin and service #4763
Conversation
services/web/server/src/simcore_service_webserver/payments/_methods_api.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #4763 +/- ##
=========================================
- Coverage 87.0% 85.2% -1.9%
=========================================
Files 1131 591 -540
Lines 47220 27719 -19501
Branches 1014 299 -715
=========================================
- Hits 41107 23620 -17487
+ Misses 5886 4041 -1845
+ Partials 227 58 -169
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit c7d45d7 and detected 0 issues on this pull request. View more on Code Climate. |
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.
👍
What do these changes do?
Implements feedback after review with @odeimaiz
services/payments version: 1.0.0 → 1.1.0
payment_method_id
in case user markssave
during payment flowinit
step ininit-prompt-ack
flow responds with ACCEPTED instead of CREATED to indicate that the request has been accepted for processing but has not been completedDetail on init-pro-ack flow

Related issue/s
How to test
services/web/server/tests/unit/with_dbs/03/wallets/payments/test_payments_methods.py
DevOps