Business-OnlinePayment-PaperlessTrans
view release on metacpan or search on metacpan
NAME
Business::OnlinePayment::PaperlessTrans - Interface to Paperless
Transaction Corporation BackOffice API
VERSION
version 0.001006
SYNOPSIS
use Try::Tiny;
use Business::OnlinePayment;
my $tx = Business::OnlinePayment->new('PaperlessTrans');
$tx->test_transaction(1);
$tx->content(
login => 'TerminalID',
password => 'TerminalKey',
debug => '1', # 0, 1, 2
lib/Business/OnlinePayment/PaperlessTrans.pm view on Meta::CPAN
=head1 NAME
Business::OnlinePayment::PaperlessTrans - Interface to Paperless Transaction Corporation BackOffice API
=head1 VERSION
version 0.001006
=head1 SYNOPSIS
use Try::Tiny;
use Business::OnlinePayment;
my $tx = Business::OnlinePayment->new('PaperlessTrans');
$tx->test_transaction(1);
$tx->content(
login => 'TerminalID',
password => 'TerminalKey',
debug => '1', # 0, 1, 2
( run in 0.258 second using v1.01-cache-2.11-cpan-05444aca049 )