Преглед изворни кода

Adding changelog bump and including newlines at end of file

Ben Cox пре 11 година
родитељ
комит
d33453f757
3 измењених фајлова са 6 додато и 2 уклоњено
  1. 4 0
      CHANGELOG
  2. 1 1
      lib/shopify_api/resources/fulfillment_service.rb
  3. 1 1
      test/fulfillment_service_test.rb

+ 4 - 0
CHANGELOG

@@ -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 - 1
lib/shopify_api/resources/fulfillment_service.rb

@@ -1,4 +1,4 @@
 module ShopifyAPI
   class FulfillmentService < Base
   end
-end
+end

+ 1 - 1
test/fulfillment_service_test.rb

@@ -13,4 +13,4 @@ class FulFillmentServiceTest < Test::Unit::TestCase
 		assert_equal 123456 , fulfillment_service.id
 		assert_equal "SomeService", fulfillment_service.name
 	end
-end
+end