mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Charges should not be updatable
This commit is contained in:
parent
e885c8cc64
commit
1415b08fb8
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user