• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Paygol sucess But no added premium points ?

Callampa

New Member
Joined
Oct 3, 2012
Messages
16
Reaction score
0
Hi Otlanders.
I have a problem with my paygol system in Znote, when i do a donate the player dosent get any premium points, but i get the cash in mi acc.
i don't know why I get this erro this is my config.php:
Code:
	//////////////////
	/// PAYGOL SMS ///
	//////////////////
	// !!! Paygol takes 60%~ of the money, and send aprox 40% to your paypal.
	// You can configure paygol to send each month, then they will send money to you 1 month after recieving 50+ eur.
	$config['paygol'] = array(
		'enabled' => true,
		'serviceID' => 40339,// Service ID from paygol.com
		'currency' => 'EUR',
		'price' => 5,
		'points' => 25, // Remember to write same details in paygol.com!
		'name' => '25 points',
		'returnURL' => "http://".$_SERVER['HTTP_HOST']."/success.php",
		'cancelURL' => "http://".$_SERVER['HTTP_HOST']."/failed.php",
		'ipnURL' => "http://".$_SERVER['HTTP_HOST']."/paygol_ipn.php",
	);

anyone can help me?
Thanks
 
Can you post all the scripts and i will try to help you out? I'm not sure about paygol script only paypal.
 
Back
Top