unix and linux operating commands

Enterprise Architecture in Interesting Times

 
Thread Tools Search this Thread
# 1  
Old 02-21-2011
Enterprise Architecture in Interesting Times

Business and technology continue to shape enterprise architecture.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

A seriously interesting article about fab times.

Not sure if this is the right forum but...... This is an article about the difficulties in the engineering of 14nM fabs and lower production techniques. Semiconductor Engineering .:. Battling Fab Cycle Times Enjoy... (1 Reply)
Discussion started by: wisecracker
1 Replies
Login or Register to Ask a Question
PayConnect(3)						User Contributed Perl Documentation					     PayConnect(3)

NAME
Business::OnlinePayment::PayConnect - PaymentOne (formerly eBillit) PayConnect backend for Business::OnlinePayment SYNOPSIS
use Business::OnlinePayment; my $tx = new Business::OnlinePayment("PayConnect", 'partner' => '', ); $tx->content( type => 'LEC', login => 'test', #ClientID password => 'test', action => 'Authorization Only', description => 'Business::OnlinePayment test', amount => '49.95', invoice_number => '100100', name => 'Tofu Beast', phone => '4155554321', ); $tx->submit(); if($tx->is_success()) { print "LEC billing authorized successfully: ".$tx->authorization." "; } else { print "LEC billing was rejected: ".$tx->error_message." "; } DESCRIPTION
For detailed information see Business::OnlinePayment. NOTE
This module only implements 'LEC' (phone bill billing) functionality at this time. Credit card and ACH transactions are not (yet) sup- ported. COMPATIBILITY
This module implements an interface the "HTTPS AIO Validation Protocol version 3.0" of PaymentOne (formerly eBillit) PayConnect <http://www.paymentone.com/products/paycon.asp>. Unfortunately, no documentation is publicly available. AUTHOR
Ivan Kohler <ivan-payconnect@420.am> SEE ALSO
perl(1). Business::OnlinePayment perl v5.8.0 2002-11-22 PayConnect(3)