You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, October does not support calling a custom Twig function from inside the mail partials. This is what happens if you format a price using the | money filter, which calls Twig::parse under the hood.
This is an extremely time consuming and complicated problem to debug.
Hello,
When I complete payment to the bank page and I'm redirected to the checkout done page, I get a fatal error :
Symfony\Component\Debug\Exception\FatalThrowableError: Call to a member function getCurrent() on null in /vendor/twig/twig/src/Parser.php:332
Do you have an idea about what could be the cause of the error ?
Here is my complete function actually :
Best regards,
Alex
The text was updated successfully, but these errors were encountered: