From a330bd2a022be5703bd9aae153dda843f5968dfb 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 --- .gitignore | 2 ++ example/src/App.tsx | 4 ++-- tap-payments-apple-pay-rn.podspec | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 718481d..5e92226 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,5 @@ example/ios/ApplePayRnExample/ApplePayRnExample.entitlements example/yarn.lock example/ios/Podfile.lock + +example/.yarn/ 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