Hi guys,
I have successfully integrated the Prestashop account into my module with this tutorial:
https://docs.cloud.prestashop.com/4-prestashop-account/#prerequisites
However, the Prestashop billing service does not want to work.
I have strictly followed the official tutorial (https://docs.cloud.prestashop.com/5-prestashop-billing/3-tutorial/#edit-the-template-file), but I get the following error message:
You have requested a non-existent service "#####.ps_billings_facade". Did you mean this: "######.ps_accounts_facade"?
[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException 0]
The example module works perfectly:
https://github.com/PrestaShopCorp/builtforjsexample/tree/main
Does anyone have any idea what I am doing wrong?