fond-of-oryx/jellyfish-credit-memo

JellyfishCreditMemo module.

2.0.0 2023-01-24 12:59 UTC

This package is auto-updated.

Last update: 2024-03-27 11:45:53 UTC


README

license

Installation

composer require fond-of-oryx/jellyfish-credit-memo

Configuration

Inject JellyfishCreditMemo command and condition into OMS. Add in config_default.php

$config[KernelConstants::DEPENDENCY_INJECTOR_ZED] = [
    'Payment' => [
        ...
    ],
    'Oms' => [
        ...
        'JellyfishCreditMemo',
    ],
];