• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Paypal transactions doesn't accept it automatic!

Printer

if Printer then print("LUA") end
Senator
Premium User
Joined
Dec 27, 2009
Messages
5,780
Solutions
31
Reaction score
2,299
Location
Sweden?
Hi,

Ive made a paypal account, but when someone buy points my paypal doesnt accept the money automatic. Why?

Thanks in advice.
 
Last edited:
make sure that u got
PHP:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
 
I dont think its the script fault. Im using the latest gesior with paypal.
 
well sometimes it causes by script fault but in this case you can check the business settings in your paypal account.
 
Actually you need to change your account from personal to business, check this in your paypal profile and everything will be fine.
 
Last edited:
Back
Top