gabrielbull / php-ups-api

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

Line 2 Missing from shipping method #233

Closed ElectrumDevelopment closed 4 years ago

ElectrumDevelopment commented 5 years ago

Hello, I have the following code in the label generation method to add line 2 to the address however when It prints the label, line 2 doesn't appear

// To address $address = new \Ups\Entity\Address(); $address->setAddressLine1($_GET["ra"]); $address->setAddressLine2($_GET["ra1"]);