• 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!

Wrong pin code in gesior (HELP)

mikkas70

Owner and Developer of omegaservers.org
Joined
Jan 6, 2009
Messages
42
Reaction score
8
Guys i'm having some issues with daopay. here's the problem:

Everything is fine until the player try to get points writing his pin code at my site...He recieves always the same message "wrong pin code" even if the code is correct...

What should i do?

Thanks !:$
 
Maybe yours configs on buypoints.php are doint it..
Code:
$config['daopay'][0]['appcode'] = 0000; #
$config['daopay'][0]['prodcode'] = 'NAME'; #
$config['daopay'][0]['addpoints'] = 'amount'; #
$config['daopay'][0]['cost'] = "0.00"; #


or maybe your ip change and you do not set a new ip on daopay website.
 
Back
Top