Sha256: ebc35277acd6c0e7804204cfa4a8d1c3c7a46615eadb8c45c9d4c5e43aa6f9b2

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

module Iyzi
  module PkiBuilders
    class ThreedsPaymentCreate < PkiBuilder
      ATTRIBUTES_ORDER = %w{
        locale
        conversationId
        paymentId
        conversationData
      }.freeze

      def initialize(values = {})
        super(values, ATTRIBUTES_ORDER)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iyzi-0.8.1 lib/iyzi/pki_builders/threeds_payment_create.rb
iyzi-0.8.0 lib/iyzi/pki_builders/threeds_payment_create.rb
iyzi-0.7.0 lib/iyzi/pki_builders/threeds_payment_create.rb
iyzi-0.6.0 lib/iyzi/pki_builders/threeds_payment_create.rb
iyzi-0.5.0 lib/iyzi/pki_builders/threeds_payment_create.rb
iyzi-0.4.0 lib/iyzi/pki_builders/threeds_payment_create.rb
iyzi-0.3.0 lib/iyzi/pki_builders/threeds_payment_create.rb