fond-of-spryker/oms-external-processor

Spryker OMS External Processor Module.

dev-master 2020-10-12 09:03 UTC

This package is auto-updated.

Last update: 2024-03-12 16:21:42 UTC


README

Build Status PHP from Travis config license

Wrapper Module for executing external processor plugins. Handles plugins from type ExternalProcessorPluginInterface. You need at least one processor to process for example https://packagist.org/packages/fond-of-spryker/oms-external-processor-payone

Installation

composer require fond-of-spryker/oms-external-processor

Configuration

Extend in PYZ the OmsExternalProcessorDependencyProvider

/**
 * @return \FondOfSpryker\Zed\OmsExternalProcessor\Dependency\Plugin\ExternalProcessorPluginInterface[]
 */
protected function getExternalProcessorPlugins(): array
{
    return [];
}

Usage

Run 'vendor/bin/console oms:external:process -r processorName' or create job