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