Paygol IPN update (#306)

* Update config.php and paygol_ipn for secret key

* Align values

* Character encoding fix
This commit is contained in:
Alvaro Carvajal
2017-09-28 14:00:18 +02:00
committed by Stefan A. Brannfjell
parent 5ec2bd2461
commit 64040451a7
2 changed files with 19 additions and 15 deletions

View File

@@ -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"