fond-of-spryker/jellyfish-credit-memo

This package is abandoned and no longer maintained. The author suggests using the fond-of-oryx/jellyfish-credit-memo package instead.

JellyfishCreditMemo module.

Installs: 1 696

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

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

dev-master 2020-09-02 15:54 UTC

This package is auto-updated.

Last update: 2021-07-08 06:53:35 UTC


README

Build Status PHP from Travis config license

Installation

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

Configuration

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

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