Skip to content

Commit

Permalink
fix(dynamicPlan): show current plan in upgrade screen
Browse files Browse the repository at this point in the history
Jira-Id: CP-7415
  • Loading branch information
magohamote committed Feb 6, 2024
1 parent 846cf54 commit cd409c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ios/ProtonVPN/Scenes/Payments/PlanService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ final class CorePlanService: PlanService {
}

paymentsUI = createPaymentsUI()
paymentsUI?.showUpgradePlan(presentationType: PaymentsUIPresentationType.modal, backendFetch: true) { [weak self] response in
paymentsUI?.showCurrentPlan(presentationType: PaymentsUIPresentationType.modal, backendFetch: true) { [weak self] response in
self?.handlePaymentsResponse(response: response, modalSource: modalSource)
}
}
Expand Down

0 comments on commit cd409c9

Please sign in to comment.