Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soneritics authored May 26, 2020
1 parent 58e8cd7 commit b944050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ $customer = (new Customer)
->setAddressType(AddressType::SENDER)
->setCompanyName('Soneritics')
->setStreet('De Rosmolen')
->setHouseNr('153')
->setZipcode('6932NC')
->setCity('Westervoort')
->setHouseNr('123')
->setZipcode('1234AB')
->setCity('Amsterdam')
->setCountrycode('NL')
);

Expand Down Expand Up @@ -128,7 +128,7 @@ if (!empty($result['Timeframes']['Timeframe'])) {
$deliveryTimestampStart = new DateTime($timeframe['Date'] . ' ' . $timeframe['Timeframes']['TimeframeTimeFrame']['From']);
$deliveryTimestampEnd = new DateTime($timeframe['Date'] . ' ' . $timeframe['Timeframes']['TimeframeTimeFrame']['To']);

$contact = (new Contact)->setEmail('mail@jordijolink.nl');
$contact = (new Contact)->setEmail('mail@no-spam4me.nl');
$shipments = (new Shipments)->addShipment(
(new Shipment)
->setAddresses((new Addresses)->addAddress($receivingAddress))
Expand Down

0 comments on commit b944050

Please sign in to comment.