Integrate Alertpay payment gateway
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>Untitled Document</title> </head> <body> <form method=”post” action=”https://www.alertpay.com/PayProcess.aspx” > <input type=”hidden” name=”ap_purchasetype” value=”item”/> <input type=”hidden” name=”ap_merchant” value=”apdevforum@gmail.com”/> <input type=”hidden” name=”ap_currency” value=”USD”/> <input type=”hidden” name=”ap_itemname_1″ value=”Item 01″/> <input type=”hidden” name=”ap_itemname_2″ value=”Item 02″/> <input type=”hidden” name=”ap_itemname_3″ value=”Item 03″/> <input type=”hidden” name=”ap_description_1″ value=”Lorem […]