Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Mar 23, 2021
1 parent e44b832 commit ccd01e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terminal_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

package stripe

// TerminalReaderDeviceType is the type of the terminal read.er device.
type TerminalReaderDeviceType string

// List of values that TerminalReaderDeviceType can take
const (
TerminalReaderDeviceTypeBBPOSChipper2X TerminalReaderDeviceType = "bbpos_chipper2x"
TerminalReaderDeviceTypeVerifoneP400 TerminalReaderDeviceType = "verifone_P400"
Expand Down

0 comments on commit ccd01e1

Please sign in to comment.