mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 12:01:47 +00:00
* Vending machines double check for ID (#82126) ## About The Pull Request - Fixes #82097 By double check i mean - First check in the UI(Front End) if the ID suddenly became unavailable, if so, update its status - Check again in the back end & if payment failed reset `vend_ready = TRUE` so we can try again. This is what caused the machine to permanently get bricked ## Changelog 🆑 fix: Vending machines will update its UI if ID is lost at any point fix: Vending machines won't brick if the payment fails (like due to lose of ID) for any reason /🆑 * Vending machines double check for ID --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>