瀏覽代碼

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