added changelog, boilerplate POD and README, tests. use test_transaction flag,...
authorivan <ivan>
Tue, 28 Mar 2006 14:11:47 +0000 (14:11 +0000)
committerivan <ivan>
Tue, 28 Mar 2006 14:11:47 +0000 (14:11 +0000)
commit9751024873641a07657bec7f11597ae18cf63207
tree1ac8b7a6797d7cd3bfa525ff1e5069f0e41b644f
parentab1c1af3492abdb8e865a7c764f80d82ec17b338
added changelog, boilerplate POD and README, tests.   use test_transaction flag, use B:OP:HTTPS instead of Net::SSLeay directly, add ability to handle void and credit actions
20 files changed:
Changes [new file with mode: 0644]
MANIFEST
README [new file with mode: 0644]
Skipjack.pm
t/Business-OnlinePayment-Skipjack.t [new file with mode: 0644]
t/bad_card_mc.t [new file with mode: 0644]
t/bad_card_visa.t [new file with mode: 0644]
t/bop.t [new file with mode: 0644]
t/credit_card_mc.t [new file with mode: 0644]
t/credit_card_visa.t [new file with mode: 0644]
t/crypt_bad_card_mc.t [new file with mode: 0644]
t/crypt_bad_card_visa.t [new file with mode: 0644]
t/crypt_credit_card_mc.t [new file with mode: 0644]
t/crypt_credit_card_visa.t [new file with mode: 0644]
t/crypt_load.t [new file with mode: 0644]
t/load.t [new file with mode: 0644]
t/return_card_mc.t [new file with mode: 0644]
t/return_card_visa.t [new file with mode: 0644]
t/void_card_mc.t [new file with mode: 0644]
t/void_card_visa.t [new file with mode: 0644]