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/ (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.
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
$sandbox = true; // Use paypal sandbox
IPN: /bakery/payment_methods/paypal/ipn.php / line 34
$sandbox = true; // Use paypal sandbox
Regards Christopih