lib/balanced/resources/transaction.rb in balanced-0.7.1 vs lib/balanced/resources/transaction.rb in balanced-0.7.2
- old
+ new
@@ -1,8 +1,8 @@
module Balanced
# Any transfer, or potential transfer of, funds from or to, your
- # Marketplace. E.g. a Credit, Debit, Refund, or Hold.
+ # Marketplace. E.g. a Credit, Debit, Refund, Reversal, or Hold.
#
class Transaction
include Balanced::Resource
def initialize attributes = {}
@@ -13,6 +13,5 @@
super attributes
end
end
end
-