From 1415b08fb8a912f21b46b39015272ae8a42f105d Mon Sep 17 00:00:00 2001 From: Brian Collins Date: Sun, 1 Apr 2012 12:55:44 -0700 Subject: [PATCH] Charges should not be updatable --- lib/stripe.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/stripe.rb b/lib/stripe.rb index d465a65c..416bca12 100644 --- a/lib/stripe.rb +++ b/lib/stripe.rb @@ -401,7 +401,6 @@ module Stripe class Charge < APIResource include Stripe::APIOperations::List include Stripe::APIOperations::Create - include Stripe::APIOperations::Update def refund(params={}) response, api_key = Stripe.request(:post, refund_url, @api_key, params)