Skip to content

Commit 2d54605

Browse files
authored
Update reader model from COTS_DEVICE to TAP_TO_PAY_DEVICE (#15961)
2 parents bdbc520 + 8428919 commit 2d54605

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Modules/Sources/Hardware/CardReader/CardReaderType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension CardReaderType {
2929
case .wisepad3:
3030
return "WISEPAD_3"
3131
case .tapToPay:
32-
return "COTS_DEVICE"
32+
return "TAP_TO_PAY_DEVICE"
3333
default:
3434
return "UNKNOWN"
3535
}

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [*] Increased decimal sensitivity in order creation to mitigate tax rounding issues [https://github.com/woocommerce/woocommerce-ios/pull/15957]
77
- [*] Fix initialization of authenticator to avoid crashes during login [https://github.com/woocommerce/woocommerce-ios/pull/15953]
88
- [*] Shipping Labels: Made HS tariff number field required in customs form for EU destinations [https://github.com/woocommerce/woocommerce-ios/pull/15946]
9+
- [internal] Replace COTS_DEVICE reader model name with TAP_TO_PAY_DEVICE. [https://github.com/woocommerce/woocommerce-ios/pull/15961]
910

1011
22.9
1112
-----

0 commit comments

Comments
 (0)