# File lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb, line 70 def credit(money, source, options = {}) post = {} reference, amount, type = split_auth(source) add_reference(post, reference) add_transaction_type(post, credit_action(type)) add_amount(post, money) commit(post) end