OrderIdMappingService
in package
implements
AfterbuyOrderIdMappingService
Class OrderIdMappingService
Interfaces, Classes and Traits
- AfterbuyOrderIdMappingService
- Interface AfterbuyOrderIdMappingService
Table of Contents
- $repository : AfterbuyOrderIdMappingRepository
- __construct() : mixed
- OrderIdMappingService constructor.
- mapAfterbuyOrderIdToShopOrderId() : void
- Parses the Afterbuy (legacy) Shop-API response xml and maps the shop order id to an Afterbuy order id.
Properties
$repository
private
AfterbuyOrderIdMappingRepository
$repository
Methods
__construct()
OrderIdMappingService constructor.
public
__construct(AfterbuyOrderIdMappingRepository $repository) : mixed
Parameters
- $repository : AfterbuyOrderIdMappingRepository
Return values
mixed —mapAfterbuyOrderIdToShopOrderId()
Parses the Afterbuy (legacy) Shop-API response xml and maps the shop order id to an Afterbuy order id.
public
mapAfterbuyOrderIdToShopOrderId(string $xmlResponse) : void
Parameters
- $xmlResponse : string