lib/stripe/account.rb in stripe-4.4.0 vs lib/stripe/account.rb in stripe-4.4.1

- old
+ new

@@ -101,10 +101,10 @@ def legal_entity self["legal_entity"] end def legal_entity=(_) - raise NoMethodError, 'Overridding legal_entity can cause serious issues. Instead, set the individual fields of legal_entity like blah.legal_entity.first_name = \'Blah\'' + raise NoMethodError, 'Overriding 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 = nil, opts = {}) params = { client_id: client_id,