XF 2.2 PayPal sandbox testing

R3TROATTACK

Member
Licensed customer
Is there a way like there was in XF1 to change the PayPal API to the sandbox version so I can more easily test stuff?

For what I mean in XF1 you could change the payPalUrl config option to https://www.sandbox.paypal.com/cgi-bin/websrc and it would reroute all requests to the PayPal sandbox environment.. Does this still work or is there a different way to do this now?
 

PHP:
$config['enableLivePayments'] = false;
Does that fake a response? I'm wanting to set this up on my dev site so I can test/dev addons that interact with the user upgrade system. or does XF in this case just act like the payment was successful?
 
Back
Top Bottom