I can't manage to trigger a function using gform_paypal_fulfillment.
Is it fired when using the Testing Mode of Paypal ?
Here is the basic function I use :
I can't manage to trigger a function using gform_paypal_fulfillment.
Is it fired when using the Testing Mode of Paypal ?
Here is the basic function I use :
I believe the hook is processed even if you're in the sandbox. Can you replace the code in there with something obvious, to ensure it's running? If it is, then you need to troubleshoot your code. There might be problems with the email delivery. I would try to return something from that function to be sure it's being processed, then work on the email delivery.