From 2e15f8b5dd648af211307d722a5e7f8acb55dec5 Mon Sep 17 00:00:00 2001 From: MahmoudAllam Date: Thu, 21 Nov 2024 10:28:48 +0200 Subject: [PATCH] feat(Wrapper): update iOS lib version --- example/src/App.tsx | 4 ++-- tap-payments-apple-pay-rn.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index 80600f9..62b044d 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -53,8 +53,8 @@ export default function App() { transactionCurrency: TapCurrencyCode.USD, allowedCardNetworks: [AllowedCardNetworks.VISA], environmentMode: SdkMode.sandbox, - merchantId: '', - applePayMerchantId: '', + merchantId: 'merchantId', + applePayMerchantId: 'applePayMerchantId', amount: 23, merchantCapabilities: [ MerchantCapabilities.capability3DS, diff --git a/tap-payments-apple-pay-rn.podspec b/tap-payments-apple-pay-rn.podspec index 5f55092..be606aa 100644 --- a/tap-payments-apple-pay-rn.podspec +++ b/tap-payments-apple-pay-rn.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency 'TapApplePayKit-iOS', '1.0.25' + s.dependency 'TapApplePayKit-iOS', '1.0.26' # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then