Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Aug 11, 2024
1 parent 65eb3f6 commit b3e188e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/terminal/ios/Plugin/TerminalEvents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public enum TerminalEvents: String {
case ReaderSoftwareUpdateProgress = "terminalReaderSoftwareUpdateProgress"
case FinishInstallingUpdate = "terminalFinishInstallingUpdate"
case BatteryLevel = "terminalBatteryLevel"
case ReaderEvent = "terminalReaderEvent"
case RequestDisplayMessage = "terminalRequestDisplayMessage"
case RequestReaderInput = "terminalRequestReaderInput"
case PaymentStatusChange = "terminalPaymentStatusChange"
case ReaderEvent = "terminalReaderEvent"
case RequestDisplayMessage = "terminalRequestDisplayMessage"
case RequestReaderInput = "terminalRequestReaderInput"
case PaymentStatusChange = "terminalPaymentStatusChange"
}

0 comments on commit b3e188e

Please sign in to comment.