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

$bigbuyApi  : BigbuyApi
$categoryService  : CategoryService|null
$configService  : ConfigService|object
$container  : ContainerInterface
$entityManager  : EntityManagerInterface
$langCodes  : mixed
$productService  : ProductService
$systemAlertService  : SystemAlertService

Methods

__construct()  : mixed
QueueService constructor.
afterSaleProductCreated()  : void
afterSaleProductUpdatedFromSale()  : mixed
processSaleProduct()  : mixed
sendSaleProduct()  : array<string|int, mixed>|bool|null|ResponseInterface

Constants

stores

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

Properties

$entityManager

private EntityManagerInterface $entityManager

Methods

processSaleProduct()

public processSaleProduct(mixed $saleProduct) : mixed
Parameters
$saleProduct : mixed

sendSaleProduct()

public sendSaleProduct(SaleProduct $saleProduct) : array<string|int, mixed>|bool|null|ResponseInterface
Parameters
$saleProduct : SaleProduct
Return values
array<string|int, mixed>|bool|null|ResponseInterface

        
On this page

Search results