Sha256: f60145899b98c2481a09a6e9e3a6a0ac252c071184c295440eb87423a70e8fc7
Contents?: true
Size: 307 Bytes
Versions: 7
Compression:
Stored size: 307 Bytes
Contents
module Iyzi module Requests class ThreedsInitialize < Request def initialize(options = {}) super(Endpoints::HTTP_POST, Endpoints::THREEDS_INITIALIZE, options) end def to_pki PkiBuilders::ThreedsInitialize.new(iyzi_options).request_string end end end end
Version data entries
7 entries across 7 versions & 1 rubygems