mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-01 00:00:30 -04:00
Remove outdated option
This commit is contained in:
parent
11dd870900
commit
925066efd4
@ -85,8 +85,6 @@ module Stripe
|
||||
# ==== Options
|
||||
#
|
||||
# * +: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 = {})
|
||||
values.each do |k, v|
|
||||
@values[k] = Util.convert_to_stripe_object(v, opts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user