Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update netcetera SDK #49

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Primer3DS (2.3.0)
- Primer3DS (2.3.2)

DEPENDENCIES:
- Primer3DS (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Primer3DS: c70e939120c0e37aa968f89ecb59d5add5497720
Primer3DS: 81e7969033230c7346a517cd609be956914738bb

PODFILE CHECKSUM: 4f7264ca4fa7ed996327b5aeee4d7cddd56cebe7

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
1 change: 1 addition & 0 deletions Example/Tests/Mocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class MockSDKProvider: Primer3DSSDKProviderProtocol {
}

class MockTransaction: Transaction {
func useBridgingExtension(version: ThreeDS_SDK.BridgingExtensionVersion) {}

let mockAuthRequestParameters = try! AuthenticationRequestParameters(
sdkTransactionId: "SDKTransactionId",
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Loading