mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Paygol IPN works (Mobile payments).
This commit is contained in:
@@ -69,8 +69,7 @@ if ($config['paygol']['enabled'] == true) {
|
||||
<input type="hidden" name="pg_price" value="<?php echo $paygol['price']; ?>">
|
||||
<input type="hidden" name="pg_return_url" value="<?php echo $paygol['returnURL']; ?>">
|
||||
<input type="hidden" name="pg_cancel_url" value="<?php echo $paygol['cancelURL']; ?>">
|
||||
<input type="hidden" name="pg_notify" value="<?php echo $paygol['ipnURL']; ?>">
|
||||
<input type="image" name="pg_button" src="http://www.paygol.com/micropayment/img/buttons/150/black_en_pbm.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!" >
|
||||
<input type="image" name="pg_button" src="http://www.paygol.com/micropayment/img/buttons/150/black_en_pbm.png" border="0" alt="Make payments with PayGol: the easiest way!" title="Make payments with PayGol: the easiest way!">
|
||||
</form>
|
||||
<?php }
|
||||
|
||||
|
Reference in New Issue
Block a user