소스 검색

Remove non-existent #share and #unshare from Product

Denis Odorcic 13 년 전
부모
커밋
6555983f02
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      lib/shopify_api/resources/product.rb

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

@@ -3,11 +3,6 @@ module ShopifyAPI
     include Events
     include Metafields
 
-    # Share all items of this store with the 
-    # shopify marketplace
-    def self.share; post :share;  end    
-    def self.unshare; delete :share; end
-
     # compute the price range
     def price_range
       prices = variants.collect(&:price)