gabrielbull / php-ups-api

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

SaturdayDelivery Option issue #278

Closed franklininnocent closed 4 years ago

franklininnocent commented 4 years ago

How to set setSaturdayDelivery option for rate list api. I have tried with the following code

        $serviceOption= new \Ups\Entity\ShipmentServiceOptions();
        $serviceOption->setSaturdayDelivery(false);
        $shipment->setShipmentServiceOptions($serviceOption);

It returns the error "Failure: No matching Rate and Transit times available. (111562)".

How to resolve this issue?

gabrielbull commented 4 years ago

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