[ADD] pos_payment_pax_terminal_pywebdriver - #19
Open
P-H-Phuc wants to merge 1 commit into
Open
Conversation
P-H-Phuc
force-pushed
the
18.0-add-pos_payment_pax_terminal_pywebdriver
branch
from
July 21, 2026 10:53
9ef07fe to
ae70449
Compare
anothingguy
reviewed
Jul 24, 2026
| const amountFloat = line.amount; | ||
| const orderId = order.name.replace(/\s/g, "").replaceAll("-", "").toUpperCase(); | ||
| const pywebdriverUrl = | ||
| this.env.services.hardware_proxy.host || "http://127.0.0.1:8069"; |
There was a problem hiding this comment.
@P-H-Phuc I noticed there is a bug here, this.env.services.hardware_proxy.host is always empty ("") even though I set url for IoT Box
Owner
Author
There was a problem hiding this comment.
@anothingguy, thank you for you response, I updated!
P-H-Phuc
force-pushed
the
18.0-add-pos_payment_pax_terminal_pywebdriver
branch
from
July 24, 2026 09:32
ae70449 to
57a1ff4
Compare
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrating with PAX Terminal via pywebdriver
PAX TERMINAL
https://github.com/P-H-Phuc/fake-pax-terminalPYWEBDRIVER
https://github.com/P-H-Phuc/pywebdriver/pull/1, in config.ini:Pax Terminal is connected

POS PAYMENT PAX TERMINAL
AUDIT