lib/stripe/api_operations/create.rb in stripe-1.36.1 vs lib/stripe/api_operations/create.rb in stripe-1.36.2
- old
+ new
@@ -1,9 +1,9 @@
module Stripe
module APIOperations
module Create
def create(params={}, opts={})
- response, opts = request(:post, url, params, opts)
+ response, opts = request(:post, resource_url, params, opts)
Util.convert_to_stripe_object(response, opts)
end
end
end
end