lib/stripe/api_operations/update.rb in stripe-1.36.0 vs lib/stripe/api_operations/update.rb in stripe-1.36.1

- old
+ new

@@ -15,10 +15,10 @@ # update. def save(params={}) # Let the caller override the URL but avoid serializing it. req_url = params.delete(:req_url) || save_url - # We started unintentionally (sort of) allowing attributes send to + # We started unintentionally (sort of) allowing attributes sent to # +save+ to override values used during the update. So as not to break # the API, this makes that official here. update_attributes(params) # Now remove any parameters that look like object attributes.