Update StripeTerminal to 4.7.3 #16467
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Description
This is a speculative fix for a rare crash which I can't reproduce, and an important update to keep our Stripe dependency current.
There's a v5, but it has breaking changes, so we'll tackle that separately.
Test Steps
Test payments with a card reader and tap to pay.
I've tested using Chipper, M2, WisePad 3, and TTP.
I found an unrelated issue where Interac refunds in Canada seem to fail. This is pre-existing and I'll work on it in another ticket.
Note that I found there was a strange issue where Tap to Pay wasn't offered. This was because the incorrect enum raw value was used for
DeviceTypewhen detectign support, resulting in the device being marked as not supporting tap to pay because it had looked for an internet reader instead, and got an error from Stripe Terminal. A clean build fixed this, so it seems to be related to leftover build artefacts.RELEASE-NOTES.txtif necessary.