lib/active_merchant/billing/gateways/trans_first.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/trans_first.rb in activemerchant-1.113.0
- old
+ new
@@ -16,10 +16,10 @@
ACTIONS = {
purchase: 'CCSale',
purchase_echeck: 'ACHDebit',
refund: 'CreditCardCredit',
refund_echeck: 'ACHVoidTransaction',
- void: 'CreditCardAutoRefundorVoid',
+ void: 'CreditCardAutoRefundorVoid'
}
ENDPOINTS = {
purchase: 'creditcard.asmx',
purchase_echeck: 'checkverifyws/checkverifyws.asmx',