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

UnitOfMeasurement : LBS is hard coded in the XML #6

Closed rbijkercom closed 8 years ago

rbijkercom commented 8 years ago

File UPS.php, line 178: LBS This should be ' . $measurement . '

other then that, great package! Thanks

carcinocron commented 8 years ago

Are you sure you are not using an older version?

https://github.com/beaudierman/ups/blob/master/src/Beaudierman/Ups/Ups.php#L178

Requested earlier: https://github.com/beaudierman/ups/issues/1

rbijkercom commented 8 years ago

Im setting the dependancy as instructed on https://packagist.org/packages/beaudierman/ups So in my composer.json I have this: "beaudierman/ups": "1.*"

Should I do this differently?

beaudierman commented 8 years ago

@sitehopper This has been fixed in the latest v1.1.1 release.

carcinocron commented 8 years ago

@sitehopper maybe try ``composer update beaudierman/ups"

rbijkercom commented 8 years ago

It works! I did another update and I see that composer installed beaudierman/ups (v1.1.1). Everything is working well :-). Great package! Thanks!