lib/active_merchant/billing/gateways/skip_jack.rb in activemerchant-1.20.2 vs lib/active_merchant/billing/gateways/skip_jack.rb in activemerchant-1.20.3

- old
+ new

@@ -18,10 +18,10 @@ :get_status => 'SJAPI_TransactionStatusRequest' } SUCCESS_MESSAGE = 'The transaction was successful.' - MONETARY_CHANGE_STATUSES = ['AUTHORIZE', 'AUTHORIZE ADDITIONAL', 'CREDIT', 'SPLITSETTLE'] + MONETARY_CHANGE_STATUSES = ['SETTLE', 'AUTHORIZE', 'AUTHORIZE ADDITIONAL', 'CREDIT', 'SPLITSETTLE'] CARD_CODE_ERRORS = %w( N S "" ) CARD_CODE_MESSAGES = { "M" => "Card verification number matched",