mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-01 00:00:30 -04:00
Fix miswording of error message
This commit is contained in:
parent
dd22228f43
commit
e75fd86ae5
@ -36,7 +36,7 @@ module Stripe
|
||||
end
|
||||
|
||||
def legal_entity=(_)
|
||||
raise NoMethodError.new('Overridding legal_entity can cause cause serious issues. Instead, set the individual fields of legal_entity like blah.legal_entity.first_name = \'Blah\'')
|
||||
raise NoMethodError.new('Overridding legal_entity can cause serious issues. Instead, set the individual fields of legal_entity like blah.legal_entity.first_name = \'Blah\'')
|
||||
end
|
||||
|
||||
def deauthorize(client_id, opts={})
|
||||
|
Loading…
x
Reference in New Issue
Block a user