module Hps::SdkCodes

Public Class Methods

invalid_amount() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 32
def self.invalid_amount
        "7"
end
invalid_currency() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 28
def self.invalid_currency
        "6"
end
invalid_end_date() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 20
def self.invalid_end_date
        "4"
end
invalid_gateway_url() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 8
def self.invalid_gateway_url
        "1"
end
invalid_start_date() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 16
def self.invalid_start_date
        "3"
end
invalid_transaction_id() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 4
def self.invalid_transaction_id
        "0"
end
missing_currency() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 24
def self.missing_currency
        "5"
end
processing_error() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 44
def self.processing_error
        "10"
end
reversal_error_after_gateway_timeout() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 36
def self.reversal_error_after_gateway_timeout
        "8"
end
reversal_error_after_issuer_timeout() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 40
def self.reversal_error_after_issuer_timeout
        "9"
end
unable_to_process_transaction() click to toggle source
# File lib/hps/infrastructure/hps_sdk_codes.rb, line 12
def self.unable_to_process_transaction
        "2"
end