コード例 #1
0
ファイル: payfast.php プロジェクト: juliosd/legacy-master
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
ファイル: authorize.php プロジェクト: juliosd/legacy-master
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;
    }
}