Explorar el Código

Adding support via the gem for the FulfillmentService API

Ben Cox hace 11 años
padre
commit
a0c4db302f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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