fond-of-spryker / jellyfish-cross-engage
Jellyfish Cross Engage Module Extension
Installs: 1 576
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=7.2
- fond-of-spryker/jellyfish-sales-order: dev-master
- spryker/locale: ^3.2.0
- spryker/product: ^6.14.0
- spryker/product-category: ^4.10.1
Requires (Dev)
- codeception/codeception: ^2.4
- fond-of-codeception/spryker: dev-master
- mikey179/vfsstream: ^1.6
- php-coveralls/php-coveralls: ^2.1
- phpro/grumphp: ^0.14
- sebastian/phpcpd: ^4.0
- spryker/code-sniffer: ^0.12
This package is auto-updated.
Last update: 2021-07-08 07:09:35 UTC
README
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(),
];
}