lib/balanced/resources/card.rb in balanced-0.3.2 vs lib/balanced/resources/card.rb in balanced-0.3.3
- old
+ new
@@ -11,10 +11,10 @@
attributes['uri'] = Balanced::Marketplace.my_marketplace.send(self.class.collection_name + '_uri')
end
super attributes
end
- # Creates a Debit of funds from this Card to your Marketplace.
+ # Creates a Debit of funds from this Card to your Marketplace's escrow account.
#
# If +appears_on_statement_as+ is nil, then Balanced will use the
# +domain_name+ property from your Marketplace.
#
# @return [Debit]