-
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
PRISM-10044 - Add Risk package #264
PRISM-10044 - Add Risk package #264
Conversation
@precious-ossai-cko
Other issues that I found are related to ktlintCheck here |
checkout/src/main/java/com/checkout/CheckoutApiServiceFactory.kt
Outdated
Show resolved
Hide resolved
checkout/src/main/java/com/checkout/tokenization/usecase/RiskSdkUseCase.kt
Outdated
Show resolved
Hide resolved
@jheng-hao-lin-cko @chintan-soni-cko |
Have a quick check, looks like those test failed given the fact that Kotlin coroutines version is upgraded ( Currently Risk SDK uses event logger I would suggest to update the Risk SDK to use event logger |
Here is some sample code to increase unit tests for
|
+1 to @jheng-hao-lin-cko for Logger, we intentionally used an older version and not |
checkout/src/main/java/com/checkout/tokenization/usecase/RiskSdkUseCase.kt
Outdated
Show resolved
Hide resolved
checkout/src/test/java/com/checkout/tokenization/TokenNetworkApiClientTest.kt
Outdated
Show resolved
Hide resolved
checkout/src/main/java/com/checkout/tokenization/repository/TokenRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
- this version downgrades cko logger to 1.0.1 in order to match compatibility with frames-android
7798cab
to
5317328
Compare
https://github.com/checkout/frames-android/actions/runs/8204617782/job/22439672388?pr=264 Run
|
@precious-ossai-cko please fix the Ktlint issues by doing or doing it manually
|
checkout/src/main/java/com/checkout/tokenization/repository/TokenRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
checkout/src/main/java/com/checkout/tokenization/usecase/RiskInstanceProvider.kt
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Issue
https://checkout.atlassian.net/browse/PRISM-10044
Proposed changes
Add Risk package to Frames
Test Steps
If there's any functionality change, please list a step by step guide of how to verify the changes, and/or upload a screen recording for any visible changes.
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