hi, can sb help me?
i installed a new payment methods use the code below:
if (defined(‘PAYMENT_NOTIFICATION’) || isset($_REQUEST[‘BillNo’])) {
$order_id = intval($_REQUEST[‘BillNo’]);
echo($order_id);
$order_info = fn_get_order_info($order_id);
}
but i cant not get the order_id.
Hello, beck!
We need more information in order to help you. Please contact us via Customer Help Desk.