Email confirmation field added

This commit is contained in:
2015-09-16 06:20:55 +10:00
parent af646f443e
commit 512366deb9
3 changed files with 29 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ function _booking_paypal_post($data = array()) {
return $post;
}
//see https://github.com/paypal/ipn-code-samples/blob/master/paypal_ipn.php for more details
function _booking_paypal_ipn_verify($vars = array()) {
if (variable_get('booking_paypal_sandbox', 0)) {