lib/stripe/api_operations/create.rb in stripe-3.3.2 vs lib/stripe/api_operations/create.rb in stripe-3.4.1

- old
+ new

@@ -1,8 +1,8 @@ module Stripe module APIOperations module Create - def create(params={}, opts={}) + def create(params = {}, opts = {}) resp, opts = request(:post, resource_url, params, opts) Util.convert_to_stripe_object(resp.data, opts) end end end