Skip to content

Commit

Permalink
feat(Wrapper): update iOS lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
mAllamTapPayments committed Nov 21, 2024
1 parent 7022e7c commit 2e15f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tap-payments-apple-pay-rn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e15f8b

Please sign in to comment.