Skip to content

Commit 3cb8734

Browse files
committed
Update reader model from COTS_DEVICE to TAP_TO_PAY_DEVICE
1 parent cc68679 commit 3cb8734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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
}

0 commit comments

Comments
 (0)