Sha256: 7f7aa1abde33ccc278e88d0fddaef7a428298dfdc365d34a3e06ec2a5bd1481c
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
module QBFC module Voidable def void req = QBFC::Request.new(@sess, "TxnVoid") req.txn_void_type = QBFC_CONST::const_get("Tvt#{qb_name}") req.txn_id = id req.submit return true end end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
jm81-qbfc-0.3.0 | lib/qbfc/voidable.rb |
qbfc-0.3.0 | lib/qbfc/voidable.rb |
qbfc-0.1.0-x86-mswin32-60 | lib/qbfc/voidable.rb |
qbfc-0.2.0-x86-mswin32-60 | lib/qbfc/voidable.rb |