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

zaypay problem

Worldgreatest

If you are reading this you are dumb
Joined
Oct 26, 2014
Messages
29
Reaction score
4
I just made a website with gesior and I fixed the paypal situation but I am completly lost in zaypay I just created a zaypay account and I don´t know what do next do any of you guys know anything? (I use tfs 0.4, I got the zaypay script)
What should add and where should I add it
btw that´s not my payalogue id
Zaypay script:
Code:
<?php
$options[130114]['name'] = 'Buy 300 premium points';
$options[130114]['payalogue_id'] = 119754;
$options[130114]['price_id'] = 130114 ;
$options[130114]['price_key'] = 'e4ca3dbd15e6b8703eecd2342cd95b83';
$options[130114]['points'] = 300;

$options[130124]['name'] = 'Buy 600 premium points';
$options[130124]['payalogue_id'] = 119764;
$options[130124]['price_id'] = 130124;
$options[130124]['price_key'] = '15cb04c886a16219c3b04342aeaa7330';
$options[130124]['points'] = 600;

$options[130134]['name'] = 'Buy 900 premium points';
$options[130134]['payalogue_id'] = 119774;
$options[130134]['price_id'] = 130134;
$options[130134]['price_key'] = 'e7a0f802dfca4f03e40aa1a1ff58337f';
$options[130134]['points'] = 900;
 
Back
Top