Explorar el Código

Adds price rule class

Jordan Liddle hace 8 años
padre
commit
9615ddbf6c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lib/shopify_api/resources/price_rule.rb

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

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