gabrielbull / php-ups-api

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

Failure: The requested service is unavailable to residential destinations. (111215) #357

Open Miniaikon opened 2 years ago

Miniaikon commented 2 years ago

I'm trying to get rate with residential address but "getRate" method is returning "Failure: The requested service is unavailable to residential destinations. (111215)".

What am I doing wrong?

The call works if I remove this code: $shipToAddress->setResidentialAddressIndicator(true); But I need set it.