//
// See if registered LivePayment functions correctly
//
if (project.register == null)
{
redirect("start.html");
}
else
{
if (project.register == 0)
{
redirect("error.html");
}
}
|
Welcome to the LivePayment Authorization-Only Application
An Application Template for Netscape
registerLivePayment();
var version = LivePaymentVersion();
write(version);
This sample application illustrates the use of a web-based application
which has been integrated into LivePayment to perform live credit card
transactions. It performs an authorization and stores the information
in a text file.