mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Paygol IPN update (#306)
* Update config.php and paygol_ipn for secret key * Align values * Character encoding fix
This commit is contained in:

committed by
Stefan A. Brannfjell

parent
5ec2bd2461
commit
64040451a7
@@ -880,10 +880,11 @@
|
||||
// to you 1 month after recieving 50+ eur.
|
||||
$config['paygol'] = array(
|
||||
'enabled' => false,
|
||||
'serviceID' => 86648,// Service ID from paygol.com
|
||||
'serviceID' => 86648, // Service ID from paygol.com
|
||||
'secretKey' => 'xxxx-xxxx-xxxx-xxxx', // Secret key from paygol.com. Never share your secret key
|
||||
'currency' => 'SEK',
|
||||
'price' => 20,
|
||||
'points' => 20, // Remember to write same details in paygol.com!
|
||||
'points' => 20,
|
||||
'name' => '20 points',
|
||||
'returnURL' => "http://".$_SERVER['HTTP_HOST']."/success.php",
|
||||
'cancelURL' => "http://".$_SERVER['HTTP_HOST']."/failed.php"
|
||||
|
Reference in New Issue
Block a user