mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Remove outdated option
This commit is contained in:
parent
11dd870900
commit
925066efd4
@ -85,8 +85,6 @@ module Stripe
|
|||||||
# ==== Options
|
# ==== Options
|
||||||
#
|
#
|
||||||
# * +:opts+ Options for StripeObject like an API key.
|
# * +:opts+ Options for StripeObject like an API key.
|
||||||
# * +:raise_error+ Set to false to suppress ArgumentErrors on keys that
|
|
||||||
# don't exist.
|
|
||||||
def update_attributes(values, opts = {})
|
def update_attributes(values, opts = {})
|
||||||
values.each do |k, v|
|
values.each do |k, v|
|
||||||
@values[k] = Util.convert_to_stripe_object(v, opts)
|
@values[k] = Util.convert_to_stripe_object(v, opts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user