lib/stripe/order.rb in stripe-1.43.0 vs lib/stripe/order.rb in stripe-1.43.1
- old
+ new
@@ -9,10 +9,10 @@
initialize_from(response, opts)
end
def return_order(params, opts={})
response, opts = request(:post, returns_url, params, opts)
- initialize_from(response, opts)
+ Util.convert_to_stripe_object(response, opts)
end
private
def pay_url