Skip to content

Commit fd6a746

Browse files
committed
Default mode back to sandbox
1 parent b0a229a commit fd6a746

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

TapApplePayKit-iOS/Core/public/Controllers/TapApplePay.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import TapNetworkKit_iOS
1717

1818
//MARK: Global shared values
1919
/// Indicates the mode the merchant wants to run the sdk with. Default is sandbox mode
20-
@objc public static var sdkMode:SDKMode = .production
20+
@objc public static var sdkMode:SDKMode = .sandbox
2121
/// Tap merchant id
2222
@objc public static var merchantID:String = ""
2323
/// Inidcates the tap provided keys for this merchant to use for his transactions. If not set, any transaction will fail. Please if you didn't get a tap key yet, refer to https://www.tap.company/en/sell

0 commit comments

Comments
 (0)