Charges should not be updatable

This commit is contained in:
Brian Collins 2012-04-01 12:55:44 -07:00
parent e885c8cc64
commit 1415b08fb8

View File

@ -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)