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

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(),
        ];
    }