Skip to content

Commit

Permalink
feat: Update netcetera SDK (#49)
Browse files Browse the repository at this point in the history
* Replace 3DS SDK with v 2.5.1.0

* Update Netcetera SDK Version

* Add Bridging Extension Mock
  • Loading branch information
NQuinn27 authored Nov 18, 2024
1 parent e389e73 commit 9a50c9b
Show file tree
Hide file tree
Showing 38 changed files with 11,606 additions and 5,736 deletions.
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

0 comments on commit 9a50c9b

Please sign in to comment.