We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! We reimplementing some functions built with PHP using Node.js and your package.
Here is a part of old code which I don't understand how to correctly convert:
I tried this one
totalRange: ({ lowerTotal, greaterTotal }) => [{ base_grand_total: { lteq: parseFloat(lowerTotal) }, base_total_invoiced: { gteq: parseFloat(greaterTotal) } }],
but it doesn't work.
I have no problems with other more simple situations without lteq and gteq.
lteq
gteq
Could you please help with the solution?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! We reimplementing some functions built with PHP using Node.js and your package.
Here is a part of old code which I don't understand how to correctly convert:
I tried this one
but it doesn't work.
I have no problems with other more simple situations without
lteq
andgteq
.Could you please help with the solution?
The text was updated successfully, but these errors were encountered: