Add PHP function
-
Hello, in my website I am implementing a virtual tpv that is in PHP and that there are all the necessary data for the correct operation.
All the data is necessary for the signature to be calculated and to be able to carry out the operation.
I would like to know if you can help me with an improvement I want to make.
Currently the amount of the operation is set in the PHP, but since it will not always be the same amount, I would like to add a box where I put the desired amount and send it to send it to PHP and redirect me to the gateway payment.
Could you give me a hand?
The PHP code to the import of the operation is
<input name="Import" type="hidden" value="<?php echo $Import; ?>" size="110">
- The topic ‘Add PHP function’ is closed to new replies.