With my custom payment module, the gateway I am posting to expects a query string with specific parameters in the callback URL. In my post form I have the callback URL as:
Code: Select all
<input type="hidden" name="return" value="<?php echo $notify_url; ?>?unique_transaction_id=0&transaction_reference=0&item_number='<?php echo $orderid; ?>'" />
http://beta.orderuganda.com/index.php? ... 344255%27
How can I have a query string with the callback URL?