lib/stripe/api_operations/delete.rb in stripe-1.29.1 vs lib/stripe/api_operations/delete.rb in stripe-1.30.0

- old
+ new

@@ -2,10 +2,10 @@ module APIOperations module Delete def delete(params={}, opts={}) opts = Util.normalize_opts(opts) response, opts = request(:delete, url, params, opts) - refresh_from(response, opts) + initialize_from(response, opts) end end end end