lib/stripe/product.rb in stripe-1.27.0 vs lib/stripe/product.rb in stripe-1.27.1
- old
+ new
@@ -8,9 +8,9 @@
# replace the Stripe URL.
alias_method :api_url, :url
# Override Stripe::APIOperations::Update#save to explicitly pass URL.
def save
- super(req_url: api_url)
+ super(:req_url => api_url)
end
end
end