소스 검색

Revert "Add options to RecurringApplicationCharge#activate"

No longer necessary due to API rejigging
Edward Ocampo-Gooding 13 년 전
부모
커밋
e143d81276
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/shopify_api.rb

+ 2 - 2
lib/shopify_api.rb

@@ -505,8 +505,8 @@ module ShopifyAPI
       load_attributes_from_response(self.destroy)
     end
     
-    def activate(options = {})
-      load_attributes_from_response(post(:activate, options))
+    def activate
+      load_attributes_from_response(post(:activate))
     end
   end