Sha256: 39bf57afc9bf8668c9c36bd067b206b15859c5991f04c6502a4b57592e9e01e6
Contents?: true
Size: 1.11 KB
Versions: 12
Compression:
Stored size: 1.11 KB
Contents
class Epics::CDD < Epics::GenericUploadRequest def header { :@authenticate => true, static: { "HostID" => host_id, "Nonce" => nonce, "Timestamp" => timestamp, "PartnerID" => partner_id, "UserID" => user_id, "Product" => { :@Language => "de", :content! => "EPICS - a ruby ebics kernel" }, "OrderDetails" => { "OrderType" => "CDD", "OrderAttribute" => "OZHNN", "StandardOrderParams/" => "" }, "BankPubKeyDigests" => { "Authentication" => { :@Version => "X002", :@Algorithm => "http://www.w3.org/2001/04/xmlenc#sha256", :content! => client.bank_x.public_digest }, "Encryption" => { :@Version => "E002", :@Algorithm => "http://www.w3.org/2001/04/xmlenc#sha256", :content! => client.bank_e.public_digest } }, "SecurityMedium" => "0000", "NumSegments" => 1 }, "mutable" => { "TransactionPhase" => "Initialisation" } } end end
Version data entries
12 entries across 12 versions & 1 rubygems