Use FC Lite as fallback flow in FC SDK - #6795
Conversation
StripePaymentSheetPublic API-@preconcurrency import WebKitStripeFinancialConnectionsLitePublic API+// swift-compiler-version: Apple Swift version 6.3.1 effective-5.10 (swiftlang-6.3.1.1.2 clang-2100.0.123.102)
+// swift-interface-format-version: 1.0
+// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.3.1
+// swift-module-flags: -target arm64-apple-ios15.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name StripeFinancialConnectionsLite
+@_exported import StripeFinancialConnectionsLite
+@preconcurrency import WebKit
+import AuthenticationServices
+import Foundation
+import StripeCore
+import Swift
+import UIKit
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShimsStripeFinancialConnectionsPublic API-import CoreMedia
+import StripeFinancialConnectionsLiteIf you are adding a new public API consider the following:
If you are modifying or removing a public API:
If you confirm these APIs need to be added/updated and have undergone necessary review, add the label ℹ️ If this comment appears to be left in error, make sure your branch is up-to-date with |
|
🚨 New dead code detected in this PR: HostController.swift:104 warning: Assign-only property 'financialConnectionsLite' is assigned, but never used
FinancialConnectionsSessionFetcher.swift:11 warning: Redundant protocol 'FinancialConnectionsSessionFetcher' (never used as an existential type)
FinancialConnectionsSessionFetcher.swift:15 warning: Redundant protocol conformance 'FinancialConnectionsSessionFetcher'
FCLiteAuthFlowViewController.swift:22 warning: Assign-only property 'webAuthenticationSession' is assigned, but never used
FinancialConnectionsLite.swift:41 warning: Assign-only property 'activeInstance' is assigned, but never usedPlease remove the dead code before merging. If this is intentional, you can bypass this check by adding the label ℹ️ If this comment appears to be left in error, double check that the flagged code is actually used and/or make sure your branch is up-to-date with [find-dead-code] |
228efc9 to
17cfc75
Compare
Summary
Motivation
Testing
Changelog