Closed TELLO0815 closed 5 years ago
Hello Mike!
Try installing the newest version of InvoicingPlugin (which is 0.8.1) on your fresh Sylius 1.4.0 project and BillingData-related issues should be gone. Let me know if your problems are solved.
Hi, channel works now. But to complete a order still brings
InvalidArgumentException HTTP 500 Internal Server Error Sylius\InvoicingPlugin\Entity\InvoiceInterface
Can you pass the whole stack trace? I've just checked it on a fresh install and it works 😕
It was just happen with the dummy orders. Created before plugin. Now i created own order, it works fine.
Hi there, after fresh Sylius 1.4.0 installation (Symfony 4.2.3) I can not edit the channel anymore:
In my channel entity I miss the:
implements ShopBillingDataAwareInterface { use ShopBillingDataTrait; }
Or something missing in your installation docs? Mike