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