diff --git a/ios/ApplePayRn.swift b/ios/ApplePayRn.swift index cc5e7fc..fc084e8 100644 --- a/ios/ApplePayRn.swift +++ b/ios/ApplePayRn.swift @@ -162,13 +162,6 @@ class ApplePayRn: NSObject { let transactionCurrency = transactionCurrency else { callback(nil) return - } - TapApplePay.setupTapMerchantApplePay(merchantKey: .init(sandbox: sandboxKey, - production: productionKey)) { [self] in - - } - onErrorOccured: { error in - } TapApplePay.sdkMode = sdkMode TapApplePay.secretKey = .init(sandbox: sandboxKey,