Sfoglia il codice sorgente

Add ProductSearchEngine resource

Jesse Storimer 14 anni fa
parent
commit
ae7a328f38
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      lib/shopify_api.rb

+ 3 - 0
lib/shopify_api.rb

@@ -491,6 +491,9 @@ module ShopifyAPI
       load_attributes_from_response(post(:activate))
     end
   end
+
+  class ProductSearchEngine < Base
+  end
   
   # Include Metafields module in all enabled classes
   METAFIELD_ENABLED_CLASSES.each do |klass|