You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Classes/ViewRelated/Dashboard/Settings/In-Person Payments/CardPresentPaymentsOnboardingUseCase.swift
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -83,22 +83,6 @@ final class CardPresentPaymentsOnboardingUseCase: CardPresentPaymentsOnboardingU
83
83
return
84
84
}
85
85
86
-
if wcPayPlugin?.active ??false{
87
-
letuseWCPayAction=CardPresentPaymentAction.useWCPay // TODO asynchronicity / ordering of actions?
88
-
stores.dispatch(useWCPayAction)
89
-
}else{
90
-
// If the WCPayPlugin is not active and the Stripe IPP experiment is not enabled bail now.
91
-
guard stripeGatewayIPPEnabled ==trueelse{
92
-
self.updateState()
93
-
return
94
-
}
95
-
}
96
-
97
-
if stripePlugin?.active ??false{
98
-
letuseStripeAction=CardPresentPaymentAction.useStripe // TODO asynchronicity / ordering of actions?
99
-
stores.dispatch(useStripeAction)
100
-
}
101
-
102
86
letpaymentGatewayAccountsAction=CardPresentPaymentAction.loadAccounts(siteID: siteID){[weak self] result in
0 commit comments