Skip to content

Commit

Permalink
Merge branch 'feat/CP-7415' into 'develop'
Browse files Browse the repository at this point in the history
Merge-Request: apple/vpn/protonvpn!1591
Approved-by: Pawel Jurczyk <[email protected]>
  • Loading branch information
magohamote committed Feb 7, 2024
2 parents 846cf54 + cd409c9 commit a2e0a55
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 a2e0a55

Please sign in to comment.