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