fond-of-oryx/jellyfish-credit-memo

JellyfishCreditMemo module.

Installs: 16 471

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

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

2.0.0 2023-01-24 12:59 UTC

This package is auto-updated.

Last update: 2025-09-15 10:33:02 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',
    ],
];