Skip to content

Commit

Permalink
rename swift parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLin-BBpos committed May 27, 2024
1 parent 86ac019 commit 1c84d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/StripeTerminalReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum ReactNativeConstants: String, CaseIterable {
case FORWARD_PAYMENT_INTENT = "didForwardPaymentIntent"
case REPORT_FORWARDING_ERROR = "didReportForwardingError"
case DISCONNECT = "didDisconnect"
case UPDATE_BATTERY_LEVEL = "didReportBatteryLevel"
case UPDATE_BATTERY_LEVEL = "didUpdateBatteryLevel"
case REPORT_LOW_BATTERY_WARNING = "didReportLowBatteryWarning"
case REPORT_READER_EVENT = "didReportReaderEvent"
}
Expand Down

0 comments on commit 1c84d8e

Please sign in to comment.