Sha256: f7e15931f6a184cc57c7baf0e9fecec5e982aa75e2603f1ef3afd664eb4c022a
Contents?: true
Size: 333 Bytes
Versions: 4
Compression:
Stored size: 333 Bytes
Contents
module Gestpay module Error class VerifyVisa < StandardError attr_reader :result, :crypted_response, :transaction_key def initialize(info) @transaction_key = info[:transaction_key] @result = info[:vb_v][:vb_v_buyer] @crypted_response = info[:vb_v][:vb_v_risp] end end end end
Version data entries
4 entries across 4 versions & 1 rubygems