-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature/addon purchase api impl #2355
Conversation
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. We can discuss further the questions you had here in slack if you wish
...n/kotlin/com/hedvig/android/feature/addon/purchase/data/GetInsuranceForTravelAddonUseCase.kt
Outdated
Show resolved
Hide resolved
...src/main/kotlin/com/hedvig/android/feature/addon/purchase/data/GetTravelAddonOfferUseCase.kt
Outdated
Show resolved
Hide resolved
...src/main/kotlin/com/hedvig/android/feature/addon/purchase/data/GetTravelAddonOfferUseCase.kt
Show resolved
Hide resolved
...src/main/kotlin/com/hedvig/android/feature/addon/purchase/data/SubmitAddonPurchaseUseCase.kt
Show resolved
Hide resolved
// todo: not really passing UserError message here. Should we? Or should we maybe redirect to chat in | ||
// the case of final failure? |
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.
Is the question regarding if we show the "open chat" button here or not?
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.
well yes, but it's not in the beginning of the flow, but in the end. Should we also redirect them to chat there, wdyt? Because UserError seems like it's smth member-specific, so
Co-authored-by: stylianosgakis <[email protected]>
No description provided.