Open umpirsky opened 1 year ago
@umpirsky Please check if you have the following configuration:
# config/packages/sylius_refund.yaml
imports:
- { resource: "@SyliusRefundPlugin/Resources/config/app/config.yml" }
Also activating the Snappy bundle looks required:
// config/bundles.php
Knp\Bundle\SnappyBundle\KnpSnappyBundle::class => ['all' => true],
Sylius\RefundPlugin\SyliusRefundPlugin::class => ['all' => true],
SyliusRefundPlugin version affected: 1.3.0
Description
Steps to reproduce
Just follow installation insructions from README.
Possible Solution
Where is
sylius_refund.factory.credit_memo
service defined?