Skip to content

Commit 7b58997

Browse files
authored
Stripe Terminal SDK update 3.9.1 (#14198)
2 parents 91ea58a + 62ea5cf commit 7b58997

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def cocoa_lumberjack
5353
end
5454

5555
def stripe_terminal
56-
pod 'StripeTerminal', '~> 3.3.1'
56+
pod 'StripeTerminal', '~> 3.9.1'
5757
end
5858

5959
def networking_pods

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PODS:
1717
- Sentry/Core (8.36.0)
1818
- Sodium (0.9.1)
1919
- Sourcery (1.0.3)
20-
- StripeTerminal (3.3.1)
20+
- StripeTerminal (3.9.1)
2121
- SVProgressHUD (2.2.5)
2222
- SwiftLint (0.54.0)
2323
- UIDeviceIdentifier (2.3.0)
@@ -64,7 +64,7 @@ DEPENDENCIES:
6464
- Kingfisher (~> 7.6.2)
6565
- Sentry (~> 8.36.0)
6666
- Sourcery (~> 1.0.3)
67-
- StripeTerminal (~> 3.3.1)
67+
- StripeTerminal (~> 3.9.1)
6868
- SwiftLint (= 0.54.0)
6969
- WordPress-Editor-iOS (~> 1.19)
7070
- WordPressAuthenticator (~> 9.10.0)
@@ -121,7 +121,7 @@ SPEC CHECKSUMS:
121121
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
122122
Sodium: 23d11554ecd556196d313cf6130d406dfe7ac6da
123123
Sourcery: 70a6048014bd4f37ea80e6bd4354d47bf3b760e1
124-
StripeTerminal: 369ef0cf0b90d838f42be1a0b371475986f4b79f
124+
StripeTerminal: f7f5e176979224ed76edb3724f41138fbb28053c
125125
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
126126
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
127127
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
@@ -142,6 +142,6 @@ SPEC CHECKSUMS:
142142
ZendeskSupportProvidersSDK: 2fbd2a9597af5d69760088bfb5e0e595e942f218
143143
ZendeskSupportSDK: 22156384d20d30b0aeb263c03f49bef44e1364b2
144144

145-
PODFILE CHECKSUM: 13befb9700509f9984ff13fdd5d92ad6d71346f8
145+
PODFILE CHECKSUM: a6a6f05f8cb06ff4e707e8ed623df352e7d47ff5
146146

147147
COCOAPODS: 1.15.2

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [*] Product scanner: Fixed a crash when configuring camera swap button in code scanner. [https://github.com/woocommerce/woocommerce-ios/pull/14188]
99
- [internal] Replace unnecessary fetch requests for upserting orders and order search results [https://github.com/woocommerce/woocommerce-ios/pull/14128]
1010
- [internal] Optimized storage usage in ProductStore [https://github.com/woocommerce/woocommerce-ios/pull/14139]
11+
- [Internal] Update Stripe Terminal SDK to 3.9.1 [https://github.com/woocommerce/woocommerce-ios/pull/14198]
1112
- [internal] Optimized storage usage in ProductAttributeStore and ProductAttributeTermStore [https://github.com/woocommerce/woocommerce-ios/pull/14145]
1213
- [internal] Additions to TopTabView for customization options [https://github.com/woocommerce/woocommerce-ios/pull/14192]
1314

0 commit comments

Comments
 (0)