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.

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',
    ],
];