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

DaoPay Problem, (Errors occured: * Wrong PIN code, try to enter code again.)

Fyruz

★★★★★
Joined
Feb 7, 2009
Messages
556
Reaction score
19
Location
127.0.0.1
Hello everyone, i have a huge issue with donations, people donate with daopay and daopay gives him a Pin Code, when daopay send the pin code and the "Donator" try to put this code says this: Errors occured: * Wrong PIN code, try to enter code again.
Help me please
 
Go to your DaoPay control panel and generate a PIN code, so you can actually test it. The 'donator' might be lying.

If that is not the problem, post again.
 
1. Open buypoints.lua which is found in /xampp/htdocs/
2. Remember that the array must start with 0.

Etc:

Use:
PHP Code:
Code:
# example config for daopay
$config['daopay'][0]['appcode'] = xxxxx; #
$config['daopay'][0]['prodcode'] = 'xxxxx'; #
$config['daopay'][0]['addpoints'] = '2'; #
$config['daopay'][0]['cost'] = "2 euro inc. VAT"; #

Instead of:
PHP Code:
Code:
# example config for daopay
$config['daopay'][1]['appcode'] = xxxxx; #
$config['daopay'][1]['prodcode'] = 'xxxxx'; #
$config['daopay'][1]['addpoints'] = '2'; #
$config['daopay'][1]['cost'] = "2 euro inc. VAT"; #
 
Back
Top