Skip to content

Commit eb9f382

Browse files
authored
Merge pull request #8132 from woocommerce/task/update-StripeTerminal-to-2.14
[Mobile Payments] Update StripeTerminal to 2.14
2 parents 8799ee8 + 4166638 commit eb9f382

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', '~> 2.7'
56+
pod 'StripeTerminal', '~> 2.14'
5757
end
5858

5959
# Main Target!

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PODS:
3636
- Sentry/Core (7.25.1)
3737
- Sodium (0.9.1)
3838
- Sourcery (1.0.3)
39-
- StripeTerminal (2.7.0)
39+
- StripeTerminal (2.14.0)
4040
- SVProgressHUD (2.2.5)
4141
- UIDeviceIdentifier (2.0.0)
4242
- WordPress-Aztec-iOS (1.11.0)
@@ -89,7 +89,7 @@ DEPENDENCIES:
8989
- KeychainAccess (~> 4.2.2)
9090
- Kingfisher (~> 7.2.2)
9191
- Sourcery (~> 1.0.3)
92-
- StripeTerminal (~> 2.7)
92+
- StripeTerminal (~> 2.14)
9393
- WordPress-Editor-iOS (~> 1.11.0)
9494
- WordPressAuthenticator (~> 4.2.0)
9595
- WordPressKit (~> 4.49.0)
@@ -157,7 +157,7 @@ SPEC CHECKSUMS:
157157
Sentry: dd29c18c32b0af9269949f079cf631d581ca76ca
158158
Sodium: 23d11554ecd556196d313cf6130d406dfe7ac6da
159159
Sourcery: 70a6048014bd4f37ea80e6bd4354d47bf3b760e1
160-
StripeTerminal: 237b759168a00c7f55b97c743cd8a4921866c46b
160+
StripeTerminal: 9bb367c9efa7bcddf2602cc29f8962390d87b6a6
161161
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
162162
UIDeviceIdentifier: af4e11e25a2ea670078e2bd677bb0e8144f9f063
163163
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
@@ -178,6 +178,6 @@ SPEC CHECKSUMS:
178178
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
179179
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
180180

181-
PODFILE CHECKSUM: 3eb40bbfcf83cb0e4f4b28bc5b6229c27ae4cbf7
181+
PODFILE CHECKSUM: 8b243f1ea76d4db3aa638b50ef0d516185d01c2c
182182

183183
COCOAPODS: 1.11.3

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
11.3
44
-----
55
- [*] In-Person Payments: Show spinner while preparing reader for payment, instead of saying it's ready before it is. [https://github.com/woocommerce/woocommerce-ios/pull/8115]
6+
- [internal] In-Person Payments: update StripeTerminal from 2.7 to 2.14 [https://github.com/woocommerce/woocommerce-ios/pull/8132]
67

78
11.2
89
-----

0 commit comments

Comments
 (0)