This module provides PHP Services for the following SOAP calls:
- Create an Order Service Object
DistriMedia\SoapClient\Service\Order - Call the function
createOrderwith the following parameters- Order (
DistriMedia\SoapClient\Struct\Order)
- Order (
- Create an Order Service Object
DistriMedia\SoapClient\Service\Order - Call the function
changeOrderStatusby{$param}with the following parameters- OrderID (string) | OrderNumber (string) | OrderReference
- Status (
Startorder,Cancel)
- Create an Order Service Object
DistriMedia\SoapClient\Service\Order - Call the function
changeOrderStatus{$param}with the following parameters- OrderID (string) | OrderNumber (string) | OrderReference
- Status (
Startorder,Cancel)
- Create a Customer Service Object
DistriMedia\SoapClient\Service\Customer - Call the function
changeCustomer{$param}with the following parameters- Customer (
DistriMedia\SoapClient\Struct\Customer) - OrderID (string)
- Customer (
- Create an Inventory Service Object
DistriMedia\SoapClient\Service\Inventory - Call the function
changeOrderStatus{$param}with the following parameters- OrderID (string) | OrderNumber (string) | OrderReference
- Status (
Startorder,Cancel)
- Tristan Hofman tristan@baldwin.be
-
copy
.env.distto.envand fill in your credentials. -
Execute
docker-compose run phpunitto run the unit tests