Parcourir la source

Adding support via the gem for the FulfillmentService API

Ben Cox il y a 11 ans
Parent
commit
a0c4db302f
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      lib/shopify_api/resources/fulfillment_service.rb

+ 4 - 0
lib/shopify_api/resources/fulfillment_service.rb

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