lib/processout/transaction.rb in processout-1.0.0 vs lib/processout/transaction.rb in processout-1.0.1
- old
+ new
@@ -222,10 +222,10 @@
end
# Get the transaction's refunds.
# Params:
# +options+:: +Hash+ of options
- def get_refunds(options = {})
+ def fetch_refunds(options = {})
request = Request.new(@client)
path = "/transactions/" + CGI.escape(@id) + "/refunds"
data = {
}