Selaa lähdekoodia

Add product listing resource

Matt Scriven 8 vuotta sitten
vanhempi
commit
42ff9af322
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      lib/shopify_api/resources/product_listing.rb

+ 5 - 0
lib/shopify_api/resources/product_listing.rb

@@ -0,0 +1,5 @@
+module ShopifyAPI
+  class ProductListing < Base
+    init_prefix :application
+  end
+end