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
Describe the bug Handlebars cant resolve some properties.
To Reproduce Generate Order Confirmation test email
Additional context Log:
Handlebars: Access has been denied to resolve the property "totalPrice" because it is not an "own property" of its parent. You can add a runtime option to disable the check or this warning: See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
The text was updated successfully, but these errors were encountered:
Thanks for report. V4.6.0 of Handlebars has a breaking change (https://github.com/wycats/handlebars.js/blob/master/release-notes.md#v460---January-8th-2020). Classic SemVer problems 😂
Sorry, something went wrong.
2984a90
michaelbromley
No branches or pull requests
Describe the bug
Handlebars cant resolve some properties.
To Reproduce
Generate Order Confirmation test email
Additional context
Log:
The text was updated successfully, but these errors were encountered: