Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modules/Sources/Hardware/CardReader/CardReaderType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extension CardReaderType {
case .wisepad3:
return "WISEPAD_3"
case .tapToPay:
return "COTS_DEVICE"
return "TAP_TO_PAY_DEVICE"
default:
return "UNKNOWN"
}
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

23.0
-----

- [internal] Replace COTS_DEVICE reader model name with TAP_TO_PAY_DEVICE. [https://github.com/woocommerce/woocommerce-ios/pull/15961]

22.9
-----
Expand Down