Skip to content

Commit

Permalink
IMPROVE FAUcardPayment log message when checkTransaction fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmax committed Mar 2, 2024
1 parent f30b4a5 commit 7afb165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FabLabKasse/faucardPayment/FAUcardPaymentThread.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def check_last_transaction(cur: sqlite3.Cursor, con: sqlite3.Connection) -> bool
"CheckTransaction: Kassenterminal ist während des letzten Bezahlvorgangs abgestürzt. Dem Benutzer wurde bereits Geld von der Karte abgebucht. Es gab wahrscheinlich noch KEINE Buchung im Kassenterminal."
)
logging.error(
"CheckTransaction: Achtung - Manuelle Korrekturbuchung erforderlich!"
"CheckTransaction: Achtung - Manuelle Prüfung erforderlich. Wahrscheinlich ist eine manuelle Korrekturbuchung im Kassenbuch erforderlich."
)
MagPosLog.save_transaction_result(
cur,
Expand Down

0 comments on commit 7afb165

Please sign in to comment.