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

GEN-2703: moving flow update #1551

Merged
merged 36 commits into from
Oct 10, 2024

Conversation

sladan-hedvig
Copy link
Contributor

  • Added select tier when changing address

Checklist

  • Dark/light mode verification
  • Landscape verification
  • iPad verification
  • iPod/iPhone 12 mini/iPhone SE verification

Copy link

@sladan-hedvig sladan-hedvig marked this pull request as ready for review October 8, 2024 14:15
@sladan-hedvig sladan-hedvig requested a review from a team as a code owner October 8, 2024 14:15
let currentContract = contractResponse.contract

/* get current deductible */
let deductible = currentContract.currentAgreement.deductible
let currentDeductible: Deductible? = {
if let deductible = deductible {
return Deductible(
id: "current",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this really be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tbh, it doesn't matter. Its just one that we use to show the current price

@sladan-hedvig sladan-hedvig merged commit 5401991 into main Oct 10, 2024
0 of 3 checks passed
@sladan-hedvig sladan-hedvig deleted the feature/tiers/GEN-2703-moving-flow-update branch October 10, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants