-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix: Await risk sdk actions #275
Conversation
3c95601
to
a21944a
Compare
a21944a
to
1592d3a
Compare
checkout/src/test/java/com/checkout/tokenization/repository/TokenRepositoryImplTest.kt
Outdated
Show resolved
Hide resolved
checkout/src/test/java/com/checkout/tokenization/repository/TokenRepositoryImplTest.kt
Outdated
Show resolved
Hide resolved
checkout/src/main/java/com/checkout/tokenization/repository/TokenRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
checkout/src/main/java/com/checkout/tokenization/repository/TokenRepositoryImpl.kt
Show resolved
Hide resolved
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.
Good to see some progress, well done! Just some minor suggestions to make it great
checkout/src/test/java/com/checkout/tokenization/repository/TokenRepositoryImplTest.kt
Outdated
Show resolved
Hide resolved
checkout/src/main/java/com/checkout/tokenization/repository/TokenRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
checkout/src/test/java/com/checkout/tokenization/repository/TokenRepositoryImplTest.kt
Outdated
Show resolved
Hide resolved
Thanks for the changes. Have we done any manual tests? If so let's rebase and merge this branch |
777e6f6
to
566f94e
Compare
- internally improves log instrumentation
c240451
to
b32ae6c
Compare
Quality Gate passedIssues Measures |
Issue
https://checkout.atlassian.net/browse/PRISM-11245
Proposed changes
Await acitons on the Risk SDK before continuing.
Test Steps
No changes in interaction or operation or test order.
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
NB: Regardless of success or failure within Risk, the completion handler is called on both scenarios.
NB: All asynchronous actions have a maximum timeout of 5 seconds.