Improved logging of email validation function

This commit is contained in:
2015-04-21 10:55:56 +10:00
parent 2922ef0ecb
commit 515c2e67d7
2 changed files with 12 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ function _booking_paypal_post($data = array()) {
function _booking_paypal_ipn_verify($vars = array()) {
if (variable_get('booking_paypal_sandbox', 0)) {
watchdog('booking', 'Setting IPN verify to true, running in sandbox mode');
watchdog('booking', 'Setting IPN verify to true, running in sandbox mode');
// PayPal sandbox requires login in order to even access, so for sandbox mode, simply return true.
return TRUE;
}