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-05-27 12:12:36 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',
    ],
];