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

paypal problem

Sehoxe

New Member
Joined
Feb 15, 2010
Messages
53
Reaction score
1
Hello, im using gesior 2012, and when somebody donates i receive the money, but he dont receive the points! i dont know why :(

Code:
<?php
$paypal_report_url = 'http://mypage.com/paypal_report.php';
$paypal_return_url = 'http://mypage.com/?subtopic=shopsystem';
$paypal_image = 'https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif';
$paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations'

$paypals[0]['mail'] = 'my email @hotmail.com'; // your paypal login
$paypals[0]['name'] = '100 premium points on server my server for 1.00 USD';
$paypals[0]['money_amount'] = '1';
$paypals[0]['money_currency'] = 'USD'; // USD, EUR, more codes: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_currency_codes
$paypals[0]['premium_points'] = 100;



----
mypage= my website ofc.
my [email protected] = my email ofc.

- - - Updated - - -

heeeeeeeeeeelp:(
 
whaaat? haha ... i get the money, paypal for each dollar takes like 33cents.. can i do anything to get the complete dollar?
anyways.. when a player buys points he dont get the points and i get the money! :/ why!?
do i need to verify my paypal account?

im using GESIOR 2012
 
Back
Top