File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 2323"stand_alone_url_payment_credit_card_prefill %@" = "Credit Card: %@";
2424"stand_alone_url_payment_new_credit_card" = "New Credit Card";
2525"stand_alone_url_payment_abort" = "Abort";
26- "stand_alone_client_app_launch_failed" = "Failed to launch external app";
2726"stand_alone_url_payment_session_end_state_reached" = "Something went wrong with the payment";
2827"stand_alone_internal_inconsistency_error" = "Something was called it the wrong order";
2928"stand_alone_generic_error_title" = "Something went wrong";
Original file line number Diff line number Diff line change @@ -171,9 +171,6 @@ extension StandaloneUrlView {
171171
172172 func sdkProblemOccurred( problem: SwedbankPaySDK . PaymentSessionProblem ) {
173173 switch problem {
174- case . clientAppLaunchFailed:
175- showAlert ( errorTitle: nil ,
176- errorMessage: " stand_alone_client_app_launch_failed " . localize)
177174 case . paymentSessionAPIRequestFailed( let error, let retry) :
178175 showAlert ( error: error, retry: retry)
179176 case . paymentControllerPaymentFailed( error: let error, retry: let retry) :
Original file line number Diff line number Diff line change 2323"stand_alone_url_payment_credit_card_prefill %@" = "Credit Card: %@";
2424"stand_alone_url_payment_new_credit_card" = "New Credit Card";
2525"stand_alone_url_payment_abort" = "Abort";
26- "stand_alone_client_app_launch_failed" = "Failed to launch external app";
2726"stand_alone_url_payment_session_end_state_reached" = "Something went wrong with the payment";
2827"stand_alone_internal_inconsistency_error" = "Something was called it the wrong order";
2928"stand_alone_generic_error_title" = "Something went wrong";
You can’t perform that action at this time.
0 commit comments