You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ If you can't use Composer (or don't want to), you can also use this SDK without
26
26
To initial this SDK, just require the [_nonComposerLoader.php](https://github.com/Petschko/dhl-php-sdk/blob/master/includes/_nonComposerLoader.php)-File from the `/includes/` directory.
@@ -40,7 +40,7 @@ Version 1 Methods are marked as @deprecated and will removed soon. Please upgrad
40
40
-[Getting started (Just a quick guide how you have to use it)](https://github.com/Petschko/dhl-php-sdk/blob/master/examples/getting-started.md)
41
41
-_More examples soon_
42
42
43
-
Please have a look at the [`examples` Directory](https://github.com/Petschko/dhl-php-sdk/tree/master/examples). There you can find how to use this SDK also with Code-Examples, else check the _(Doxygen)_[Documentation](http://docs.petschko.org/dhl-php-sdk/index.html) for deeper knowledge.
43
+
Please have a look at the `examples`[Directory](https://github.com/Petschko/dhl-php-sdk/tree/master/examples). There you can find how to use this SDK also with Code-Examples, else check the _(Doxygen)_[Documentation](http://docs.petschko.org/dhl-php-sdk/index.html) for deeper knowledge.
Now you have to create a Sender and a Receiver. They are similar to set, just the XML creation is different so you have to use different Objects for that.
158
158
159
-
If you want to lookup all values, you can search trough the `\Petschko\DHL\SendPerson`+`\Petschko\DHL\Address` Classes.
159
+
If you want to lookup all values, you can search trough the `\Petschko\DHL\SendPerson`&`\Petschko\DHL\Address` Classes.
160
160
161
161
Lets start with the Sender, in the most cases you =). Create a `\Petschko\DHL\Sender` Object:
162
162
@@ -205,19 +205,19 @@ Please note, that they need some extra information.
205
205
206
206
You don't need to create the `\Petschko\DHL\ReturnReceiver` Object if you don't want a return Label.
207
207
208
-
##### \Petschko\DHL\Service Object
208
+
##### `\Petschko\DHL\Service` Object
209
209
210
210
You can also setup more details for your Shipment by using the `\Petschko\DHL\Service` Object. It's an optional Object but may you should look, what you can set to this Object.
211
211
212
212
I'll not explain the Service-Object because there are too many settings. Please look into the Service-PHP-File by yourself. The fields are well documented.
213
213
214
-
##### \Petschko\DHL\BankData Object
214
+
##### `\Petschko\DHL\BankData` Object
215
215
216
216
You can also use the `\Petschko\DHL\BankData` Object. Bank data can be provided for different purposes. E.g. if COD (Cash on Delivery) is booked as service, bank data must be provided by DHL customer (mandatory server logic). The collected money will be transferred to specified bank account.
217
217
218
218
You can look to the PHP-File of the `\Petschko\DHL\BankData`-Object, and checkout what you can set there. I will not explain it here.
219
219
220
-
##### \Petschko\DHL\BusinessShipment Object
220
+
##### `\Petschko\DHL\BusinessShipment` Object
221
221
222
222
Finally you can add all together. You have to create the `\Petschko\DHL\BusinessShipment` Object
0 commit comments