How to I allow a donation with an invalid IP Address?

 

Blackbaud recommends sending the ip address prior to a payment. That way if you get assaulted, they can block payments from the offending ip address. So the latest versions of the eTapestry Payment Plugin have this feature turned on by default.

You can stop this behavior by adding a filter to your theme’s functions file:

add_filter(  'eTapPayment_sendIP',  '__return_false' );