fond-of-spryker/jellyfish-cross-engage

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

Jellyfish Cross Engage Module Extension

Installs: 1 576

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/fond-of-spryker/jellyfish-cross-engage

dev-master 2021-03-09 07:40 UTC

This package is auto-updated.

Last update: 2021-07-08 07:09:35 UTC


README

Build Status PHP from Travis config license

What it does

  • Provides expander plugin vor jellyfish order export.
    • Maps needed data for CrossEngage

Installation

composer require fond-of-spryker/jellyfish-cross-engage

Configuration

Register mapping plugin JellyfishCrossEngageOrderExpanderPlugin in src/Pyz/Zed/JellyfishSalesOrder/JellyfishSalesOrderDependencyProvider.php

    protected function getJellyfishOrderExpanderPostMapPlugins(): array
    {
        return [
            ...
            new JellyfishCrossEngageOrderExpanderPlugin(),
        ];
    }