gabrielbull / php-ups-api

PHP Wrapper for all UPS API
MIT License
456 stars 255 forks source link

Shipper Class Problem #269

Closed jpratt closed 4 years ago

jpratt commented 4 years ago

I am trying to use the example for the shipper class to create a shipment. I am getting an error on this line:

$packageServiceOptions = new \Ups\Entity\PackageServiceOptions();
$packageServiceOptions->setShipperReleaseIndicator(true);

I am not seeing that method in the PackageServiceOptions class. Is this necessary?

gabrielbull commented 4 years ago

@jpratt This library has no maintainer and is looking for one.

eduardo069 commented 4 years ago

@jpratt did you find out if it was necessary?

ptondereau commented 4 years ago

@eduardo069 xml entities are not very update to date with the current documentation. Can you please elaborate more?