phpDocumentor

AfterbuyOrderTrackingWriter

Class AfterbuyOrderTrackingWriter

Table of Contents

CONFIGURATION_NAMESPACE  = 'modules/gambio/afterbuy'
$connection  : Connection
$storage  : ConfigurationStorageRepository
__construct()  : mixed
AfterbuyOrderTrackingWriter constructor.
updateOrderStatusWithTrackingConfiguration()  : void
Updates the order status to the afterbuy configuration 'order_status_tracking_sync'.

Constants

Properties

Methods

updateOrderStatusWithTrackingConfiguration()

Updates the order status to the afterbuy configuration 'order_status_tracking_sync'.

public updateOrderStatusWithTrackingConfiguration(int $orderId) : void

Additionally, updates the 'orders_status_history' table. By using the raw database connection, only the database records are updated, but nothing else, like events, are triggered.

Parameters
$orderId : int
Tags
throws
SyncTrackingLinksFailedException
Return values
void

Search results