lib/stripe/application_fee.rb in stripe-1.36.0 vs lib/stripe/application_fee.rb in stripe-1.36.1
- old
+ new
@@ -7,10 +7,10 @@
end
# If you don't need access to an updated fee object after the refund, it's
# more performant to just call `fee.refunds.create` directly.
def refund(params={}, opts={})
- self.refunds.create
+ self.refunds.create(params, opts)
# now that a refund has been created, we expect the state of this object
# to change as well (i.e. `refunded` will now be `true`) so refresh it
# from the server
self.refresh