Skip to content

Commit c709f80

Browse files
authored
Merge pull request #5460 from woocommerce/issue/5459-terminal-sdk
[Mobile Payments] Bump Stripe Terminal SDK to 2.4
2 parents f689dc2 + f382c51 commit c709f80

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ target 'WooCommerce' do
6262
pod 'XLPagerTabStrip', '~> 9.0'
6363
pod 'Charts', '~> 3.6.0'
6464
pod 'ZendeskSupportSDK', '~> 5.0'
65-
pod 'StripeTerminal', '~> 2.3'
65+
pod 'StripeTerminal', '~> 2.4'
6666
pod 'Kingfisher', '~> 6.0.0'
6767
pod 'Wormholy', '~> 1.6.5', configurations: ['Debug']
6868

@@ -79,7 +79,7 @@ end
7979
#
8080
def yosemite_pods
8181
pod 'Alamofire', '~> 4.8'
82-
pod 'StripeTerminal', '~> 2.3'
82+
pod 'StripeTerminal', '~> 2.4'
8383
pod 'CocoaLumberjack', '~> 3.5'
8484
pod 'CocoaLumberjack/Swift', '~> 3.5'
8585

@@ -167,7 +167,7 @@ end
167167
# =================
168168
#
169169
def hardware_pods
170-
pod 'StripeTerminal', '~> 2.3'
170+
pod 'StripeTerminal', '~> 2.4'
171171
pod 'CocoaLumberjack', '~> 3.5'
172172
pod 'CocoaLumberjack/Swift', '~> 3.5'
173173
end

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ PODS:
4343
- Sentry/Core (6.2.1)
4444
- Sodium (0.9.1)
4545
- Sourcery (1.0.3)
46-
- StripeTerminal (2.3.0)
46+
- StripeTerminal (2.4.0)
4747
- SVProgressHUD (2.2.5)
4848
- UIDeviceIdentifier (1.7.1)
4949
- WordPress-Aztec-iOS (1.11.0)
@@ -100,7 +100,7 @@ DEPENDENCIES:
100100
- KeychainAccess (~> 3.2)
101101
- Kingfisher (~> 6.0.0)
102102
- Sourcery (~> 1.0.3)
103-
- StripeTerminal (~> 2.3)
103+
- StripeTerminal (~> 2.4)
104104
- WordPress-Editor-iOS (~> 1.11.0)
105105
- WordPressAuthenticator (~> 1.42.0)
106106
- WordPressKit (~> 4.40.0)
@@ -176,7 +176,7 @@ SPEC CHECKSUMS:
176176
Sentry: 9b922b396b0e0bca8516a10e36b0ea3ebea5faf7
177177
Sodium: 23d11554ecd556196d313cf6130d406dfe7ac6da
178178
Sourcery: 70a6048014bd4f37ea80e6bd4354d47bf3b760e1
179-
StripeTerminal: c53f6bc71c11b11867992478b1806a7c6ec16c0f
179+
StripeTerminal: da566fa62a4e7bbf0510dd27614f3087293cd79e
180180
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
181181
UIDeviceIdentifier: d0fee204f467dacf8808b7ac14ce43affeb271a5
182182
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
@@ -197,6 +197,6 @@ SPEC CHECKSUMS:
197197
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
198198
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
199199

200-
PODFILE CHECKSUM: 1905144529d4d224bebb1e178da8509f9934af25
200+
PODFILE CHECKSUM: f0f2a1a361d8c0e253b703da6a333ecb1cce7fff
201201

202202
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)