WebsiteBaker Support (2.8.x) > Bakery Shop
Testing with Paypal Developer Sandbox accounts
(1/1)
sky writer:
All I can find on this is "You do not need a PayPal sandbox account for testing." stated on the Bakery shop module page - http://www.bakery-shop.ch/
My question is, how can I set Bakery up to work with Sandbox accounts that I have? Or do I not have to change anything in Bakery?
Thank you.
freeSbee:
Hi sky writer
You can use your PayPal sanbox to either test PayPal PDT (Payment Data Transfer) or PayPal IPN (Instant Payment Notification).
PDT: /bakery/payment_methods/paypal/check_payment.php / line 28
--- Code: ---$sandbox = true; // Use paypal sandbox
--- End code ---
IPN: /bakery/payment_methods/paypal/ipn.php / line 34
--- Code: ---$sandbox = true; // Use paypal sandbox
--- End code ---
Regards Christopih
Navigation
[0] Message Index
Go to full version