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