Bläddra i källkod

Adds price rule class

Jordan Liddle 8 år sedan
förälder
incheckning
9615ddbf6c
1 ändrade filer med 4 tillägg och 0 borttagningar
  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