Logidav Docs

OrderService
in package

Class OrderService

Table of Contents

Constants

lang  = ['fr', 'de', 'it']
stores  = ['0' => 'fr', '2' => 'de', '14' => 'it', '20' => 'he']

Properties

$cmpApi  : CmpApi
$container  : ContainerInterface
$entityManager  : EntityManagerInterface
$langCodes  : mixed
$productService  : ProductService
$systemAlertService  : SystemAlertService
$vidaxlApi  : VidaxlApi

Methods

__construct()  : mixed
OrderService constructor.
afterSaleCreated()  : void
afterSaleUpdated()  : void
getOrderByIncrementId()  : mixed
processSale()  : mixed

Constants

stores

public mixed stores = ['0' => 'fr', '2' => 'de', '14' => 'it', '20' => 'he']

Properties

$entityManager

private EntityManagerInterface $entityManager

Methods

__construct()

OrderService constructor.

public __construct(ContainerInterface $container, EntityManagerInterface $entityManager, CmpApi $cmpApi, SystemAlertService $systemAlertService) : mixed
Parameters
$container : ContainerInterface
$entityManager : EntityManagerInterface
$cmpApi : CmpApi
$systemAlertService : SystemAlertService

getOrderByIncrementId()

public getOrderByIncrementId(mixed $incrementId) : mixed
Parameters
$incrementId : mixed

        
On this page

Search results