lib/active_merchant/billing/gateways/borgun.rb in activemerchant-1.78.0 vs lib/active_merchant/billing/gateways/borgun.rb in activemerchant-1.79.0

- old
+ new

@@ -96,10 +96,9 @@ end def add_reference(post, authorization) dateandtime, batch, transaction, rrn, authcode, _, _, _ = split_authorization(authorization) post[:DateAndTime] = dateandtime - post[:Batch] = batch post[:Transaction] = transaction post[:RRN] = rrn post[:AuthCode] = authcode end