shusaura85 / fancourier-api

PHP library to work with the new Fan Courier API v2.0 (selfawb.ro / api.fancourier.ro)
MIT License
21 stars 9 forks source link

Added AwbIntern dropOffLocation for PUDO #21

Closed daika7ana closed 1 month ago

daika7ana commented 1 month ago

Added the field dropOffLocation to AwbIntern.

This field is needed in order to specify at which PUDO point you want to leave your parcel in order to picked up for delivery. For this field to work you must also use the option W.

Small example for the fields needed:

$awb = new \Fancourier\Objects\AwbIntern();
$awb->setDropOffLocation('FANbox Winmarkt Tulcea CT');
$awb->addOption('W');
shusaura85 commented 1 month ago

Mda, imi place cum in documentatie singura mentiune legata de camp e in particularitati paypoint, mentiune peste care se poate sari foarte usor.
Mersi mult pt fix