Skip to content

Commit

Permalink
feat(Wrapper): update keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mAllamTapPayments committed Mar 12, 2024
1 parent c6c62fb commit 3a99703
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ios/ApplePayRn.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3a99703

Please sign in to comment.