Hello, I came across this and thought that you may want to fix it:
Instead of
Tools::safeOutput(Tools::getValue(self::$currentIndex . '&token=' . $this->token));
which return an empty string, it should be just
Tools::safeOutput(self::$currentIndex . '&token=' . $this->token);
Please feel free to tell me if I'm wrong or if I can help in something else
Thank you
Thanks for opening this issue! We will help you to keep its state consistent
Hi @manudas and thanks for your report.
Could you please create a pull request with your fix? We will be glad to review, test and merge it :)
Hey @PierreRambaud
As per your request, I sent a Pull Request. This is my first PR to the Prestashop community. Sorry if for whatever reason I did something wrong.
I hope it will be of help for the community.
Regards
Most helpful comment
Hey @PierreRambaud
As per your request, I sent a Pull Request. This is my first PR to the Prestashop community. Sorry if for whatever reason I did something wrong.
I hope it will be of help for the community.
Regards