PDA

View Full Version : Add-On Releases - PayPal Sandbox by LancerForHire


vbresults
07-26-2011, 10:00 PM
Overview
Allows you to use the PayPal Sandbox with vBulletin for paid subscriptions.

Changelog

1.0: Add-on rewritten completely. If upgrading, replace your current includes/paymentapi/class_paypal.php file with the default one and apply the new file edits in INSTALL.txt.
0.4: This mod is now coding standard-compliant.
!0.3: Fixed a critical bug that caused malformed form actions.
!0.2: Fixed a critical bug that caused "class not found" errors.
0.1: Initial release.


There's More Where That Came From (http://vbresults.com)

AttalaEA
07-27-2011, 02:22 PM
Description and screenshots please

Merenguista
07-27-2011, 06:44 PM
thanks

archet1337
07-28-2011, 04:23 AM
5. In the PayPal API setting, enter the Sandbox merchant emails and enable the Sandbox Mode setting.
Can you explain this part a bit better? I don't understand what email addresses to add.

bpi007
07-28-2011, 06:41 AM
He says email of your paypal account I presume.

archet1337
07-28-2011, 08:14 AM
He says email of your paypal account I presume.

That was my guess as well, but I get this error message after choosing subscription type and going to paypal:

Fatal error: Class 'PaypalSandbox' not found in /home/****/public_html/includes/paymentapi/class_paypal.php on line 267

Line 267 of my class_paypal.php looks like this:

$form['action'] = PaypalSandbox::getServer($this->settings['ppsandbox'], 'url', true);

ProFifaLeagues
07-28-2011, 10:11 AM
The sandbox is a testing area where you can send and receive payments without sending any money.

https://developer.paypal.com/

archet1337
07-28-2011, 12:57 PM
Yes, I have set up a sandbox account at developer.paypal.com and created a preconfigured account.

I then entered the email address it created in the paypal address field and the primary paypal account field in the paypal API.

Still get the same fatal error.

vbresults
07-28-2011, 03:45 PM
Then you did not import the xml.

archet1337
07-28-2011, 03:55 PM
I did import the xml.

Just imported the xml again (with overwrite) and get the same error.

vbresults
07-28-2011, 04:27 PM
What version of vB are you running?

archet1337
07-28-2011, 04:47 PM
I'm running 4.1.4 PL2

vbresults
08-01-2011, 02:54 PM
This was a critical bug; it has been fixed in 0.2!

MudRacing
08-01-2011, 08:54 PM
Demo?

tweeker
08-10-2011, 01:45 PM
Hi,
First time using the Paypal Sandbox so thanks for saving us all a lot of work with this API. :)
I am however, getting an error. (Note: This is installed with your Paid Subscription mod in place, which also is excellent!)

I get to the screen that says Order Using Paypal and when I hit that button, I get 'Firefox doesn't know how to open this address, because the protocol isn't associated with any program.'
And, IE8 shows the address when hovering this button as file:///s://www.paypal.com/cgi-bin/webscr


I have checked the code modifications and everything seems to be done properly.
Can you help?
Thanks!

vbresults
08-12-2011, 08:46 PM
This problem has been fixed in 0.3. :)

vbresults
08-14-2011, 07:08 PM
Starting today, support for this product is provided only on lancerforhire.com.

tweeker
08-16-2011, 01:44 PM
Hi,
First time using the Paypal Sandbox so thanks for saving us all a lot of work with this API. :)
I am however, getting an error. (Note: This is installed with your Paid Subscription mod in place, which also is excellent!)

I get to the screen that says Order Using Paypal and when I hit that button, I get 'Firefox doesn't know how to open this address, because the protocol isn't associated with any program.'
And, IE8 shows the address when hovering this button as file:///s://www.paypal.com/cgi-bin/webscr


I have checked the code modifications and everything seems to be done properly.
Can you help?
Thanks!

Have installed 0.4 and that problem has been corrected. Thanks.
I cannot however, get the process to work as I set up both a seller and buyer developer account in Paypal and tried to set up the IPN that is required when using it in production mode. It doesn't work the same way as production mode.
Also, at the Paypal login, it does not accept my sandbox personal account and password.
I guess I need to study this more carefully from the sandbox end but if anyone can give me any helpful pointers, I would appreciate it.
Thanks

vbresults
09-22-2011, 10:06 PM
Support for this mod is provided here again.

myogesh_mathur
04-22-2012, 04:35 PM
Awesome mode ... exactly what I was looking for . So I Installed it ... no error... but in Transaction Log all transaction are "FAILURE". also users usergroup is not getting updated. Please help.

static74
05-13-2012, 08:45 PM
Will this work with your paid registration ap? i went through it, and when i clicked return to my website, it didnt ask me to create a username and password for the forum.

vbresults
05-14-2012, 03:04 PM
Awesome mode ... exactly what I was looking for . So I Installed it ... no error... but in Transaction Log all transaction are "FAILURE". also users usergroup is not getting updated. Please help.

Paypal changed something on their side that required a code change on our side. It has been made in 1.0 and should resolve the issue.

1.0: Add-on rewritten completely. If upgrading, replace your current includes/paymentapi/class_paypal.php file with the default one and apply the new file edits in INSTALL.txt.

Will this work with your paid registration ap? i went through it, and when i clicked return to my website, it didnt ask me to create a username and password for the forum.

Yes, it will. 0.4 was broken after a certain point though, so the paid registration add-on wasn't receiving payment.