how can i set transaction_id in my payment modul as hidden field?
i try this below - what's wrong?
RegardsCode:function process_button() { global $db, $order, $currencies; zen_draw_hidden_field('trefnum', $_SESSION['payment']['transaction_id']) .
how can i set transaction_id in my payment modul as hidden field?
i try this below - what's wrong?
RegardsCode:function process_button() { global $db, $order, $currencies; zen_draw_hidden_field('trefnum', $_SESSION['payment']['transaction_id']) .
Last edited by fulltilt; 27 Sep 2008 at 04:14 PM.