From ba4ce6cd420294ea094772124f01e348ff4d8476 Mon Sep 17 00:00:00 2001 From: Brian Collins Date: Sun, 1 Apr 2012 15:45:28 -0700 Subject: [PATCH] Revert "Charges should not be updatable" This reverts commit 1415b08fb8a912f21b46b39015272ae8a42f105d. --- lib/stripe.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/stripe.rb b/lib/stripe.rb index 416bca12..d465a65c 100644 --- a/lib/stripe.rb +++ b/lib/stripe.rb @@ -401,6 +401,7 @@ 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)