lib/active_merchant/billing/gateways/first_giving.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/first_giving.rb in activemerchant-1.102.0
- old
+ new
@@ -28,10 +28,10 @@
end
def refund(money, identifier, options = {})
get = {}
get[:transactionId] = identifier
- get[:tranType] = 'REFUNDREQUEST'
+ get[:tranType] = 'REFUNDREQUEST'
commit('/transaction/refundrequest?' + encode(get))
end
private