christoph-schaeffer / dhl-business-shipping

An unofficial library for the DHL business shipping soap API (Version 3.3) and the dhl shipment tracking rest API written in PHP.
MIT License
29 stars 8 forks source link

How to set Pakstation as Receiver? #12

Closed Tobias-Keller closed 2 years ago

Tobias-Keller commented 2 years ago

How can we set a Pakstation as Receiver?

Tobias-Keller commented 2 years ago

zu früh gefragt^^


        $this->shipment_order->Shipment->Receiver->Packstation->postNumber = $post_number;
        $this->shipment_order->Shipment->Receiver->Packstation->packstationNumber = $pack_station_number;
        $this->shipment_order->Shipment->Receiver->Packstation->zip = $zip;
        $this->shipment_order->Shipment->Receiver->Packstation->city = $city;
        $this->shipment_order->Shipment->Receiver->Packstation->countryISOCode = $country_code;
christoph-schaeffer commented 2 years ago

glad you could resolve it already :-) closing the issue