beaudierman / ups

A Laravel package used to communicate with the UPS API to generate shipment rate quotes.
MIT License
12 stars 7 forks source link

Notice on line 248 in Ups/ups.php with PHP error reporting turned up #3

Open nickmodernized opened 9 years ago

nickmodernized commented 9 years ago

Running a bit short on time, but wanted to let you know that I had quite a few Notices for line 248 for undefined indexes with PHP's error reporting turned up. I simply suppressed errors for now. Will submit a pull request if there's time.

Great job!

beaudierman commented 9 years ago

Thanks for the heads up on this, I'll fix it as soon as I can!