lib/active_merchant/billing/gateways/trust_commerce.rb in activemerchant-1.0.0 vs lib/active_merchant/billing/gateways/trust_commerce.rb in activemerchant-1.0.1
- old
+ new
@@ -160,10 +160,10 @@
# that you want to refund, and a TC transid for the transaction that you are refunding.
def credit(money, identification, options = {})
parameters = {
:amount => amount(money),
- :transid => identification,
+ :transid => identification
}
commit('credit', parameters)
end
\ No newline at end of file