Fix miswording of error message

This commit is contained in:
Brandur 2015-10-08 07:39:56 -07:00
parent dd22228f43
commit e75fd86ae5

View File

@ -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={})