fond-of-oryx/jellyfish-credit-memo

JellyfishCreditMemo module.

Maintainers

Package info

github.com/fond-of-oryx/jellyfish-credit-memo

pkg:composer/fond-of-oryx/jellyfish-credit-memo

Statistics

Installs: 16 810

Dependents: 0

Suggesters: 0

Stars: 0

2.0.0 2023-01-24 12:59 UTC

This package is auto-updated.

Last update: 2026-02-15 11:22:21 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',
    ],
];