Closed axlekb closed 8 years ago
I should add that I manually tested this and the address did correctly show up on the label.
Anyone monitoring this anymore?
So what's the deal here @jazminschroeder, I see other PRs merged, but no comments here!
Hi @axlekb! I am so sorry. Work keeps me very busy and I have not been able to take time to refactor and add more tests.. I am not sure how I missed your PR but it seems like the functionality you were proposing is already in master? Please take a look and let me know what you think. https://github.com/jazminschroeder/fedex/blob/master/lib/fedex/request/shipment.rb#L80
Thanks for your PR and for checking out the gem. I need to be more active or find active collaborators that can help me maintain it.
I'd prefer to have a test for this, but the
:customer_specified_detail
option isn't tested either and there's no confirmation in theresponse
of the server receiving that element other than then the label.Seems like we need some request specs to make sure the
build_xml
is sending the correct XML, but that'll take some more time.