示例#1
0
function PricerrTheme_gateways_temp_redir()
{
    if (isset($_GET['pay_by_payfast'])) {
        PricerrTheme_payfast_main_listing_submit_payment();
        die;
    }
    if ($_GET['p_action'] == 'payfast_listing_response') {
        PricerrTheme_payfast_main_payment_response_payment();
        die;
    }
}
示例#2
0
function PricerrTheme_gateways_temp_redir2()
{
    if (isset($_GET['autho_resp'])) {
        PT_authorize_resp();
        die;
    }
    if (isset($_GET['pay_by_auth'])) {
        PricerrTheme_auth_main_listing_submit_payment();
        die;
    }
    if ($_GET['p_action'] == 'payfast_listing_response') {
        PricerrTheme_payfast_main_payment_response_payment();
        die;
    }
}