Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
DHLEX-51: update changelog, fix phpcs erros, add auto deployment from…
Browse files Browse the repository at this point in the history
… gitlab
  • Loading branch information
powli committed May 8, 2019
1 parent a4307e3 commit c068586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.1.0 - 2019-04-22

## 1.1.0 - 2019-05-08

### Added
- Possibility to create service instances for production or sandpit
- Pass through shipper and recipient email to the shipment request
- Stub classes for Pickup Requests, with no actual usage as of yet

### Changed
- Default endpoint is now production
Expand Down
4 changes: 2 additions & 2 deletions src/Webservice/Soap/Type/RateRequest/RequestedShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ class RequestedShipment
* @param string $unitOfMeasurement The unit of measurement
*/
public function __construct(
$dropOffType,
$dropOffType,
Ship $ship,
Packages $packages,
$shipTimestamp,
$unitOfMeasurement
$unitOfMeasurement
) {
$this->setDropOffType($dropOffType)
->setShip($ship)
Expand Down

0 comments on commit c068586

Please sign in to comment.