FixSalesCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ResendSalesCommand
Table of Contents
Properties
- $configService : Config
- $lengowService : LengowService
- $output : mixed
Methods
- checkTracking() : bool
- Check if product is really shipped
- processFromLengowByStatusAndUpdate() : mixed
- Process orders from lengow, if they are complete in Logidav then update Lengow
- processFromLogidavProcessing() : mixed
- configure() : mixed
- execute() : int
Properties
$configService
protected
Config
$configService
$lengowService
protected
LengowService
$lengowService
$output
protected
mixed
$output
Methods
checkTracking()
Check if product is really shipped
public
checkTracking(mixed $track, mixed $sp) : bool
Parameters
- $track : mixed
- $sp : mixed
Return values
boolprocessFromLengowByStatusAndUpdate()
Process orders from lengow, if they are complete in Logidav then update Lengow
public
processFromLengowByStatusAndUpdate(mixed $marketplace[, string $status = 'waiting_shipment' ]) : mixed
Parameters
- $marketplace : mixed
- $status : string = 'waiting_shipment'
processFromLogidavProcessing()
public
processFromLogidavProcessing(mixed $marketplace) : mixed
Parameters
- $marketplace : mixed
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface