@@ -1,3 +1,7 @@
+== Version 3.1.10
+
+* Add access to FulfillmentService endpoint
== Version 3.1.9
* in Session::request_token params is no longer optional, you must pass all the params and the method will now extract the code
@@ -1,4 +1,4 @@
module ShopifyAPI
class FulfillmentService < Base
end
-end
+end
@@ -13,4 +13,4 @@ class FulFillmentServiceTest < Test::Unit::TestCase
assert_equal 123456 , fulfillment_service.id
assert_equal "SomeService", fulfillment_service.name