Readme.md in fedex-3.10.1 vs Readme.md in fedex-3.10.11

- old
+ new

@@ -1,5 +1,8 @@ +# IMPORTANT!! +I plan a major refactor to this gem. Sorry but at this moment I am not merging PR's. I appreciate your effort but need some time to catch up. Thanks!! + # Fedex Rate Web Service ## Fedex API Shipment Version: 13 For more information visit [Fedex Web Services for Shipping](https://www.fedex.com/wpor/web/jsp/drclinks.jsp?links=wss/index.html). @@ -351,10 +354,11 @@ ```ruby pickup = fedex.pickup(:carrier_code => 'FDXE', :packages => {:weight => {:units => "LB", :value => 10}, :count => 2}, :ready_timestamp => Date.today.to_datetime + 1.375, - :close_time => Date.today.to_time + 60 * 60 * 17) + :close_time => Date.today.to_time + 60 * 60 * 17, + :country_relationship => "DOMESTIC") puts pickup[:pickup_confirmation_number] ``` ### ** Getting pickup availability details **