浏览代码

Adding support via the gem for the FulfillmentService API

Ben Cox 11 年之前
父节点
当前提交
a0c4db302f
共有 1 个文件被更改,包括 4 次插入0 次删除
  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