I have forms on my site to create a custom post type upon PayPal payment.
PayPal is sending the IPN successfully. Server logs show the POST coming through from PayPal (173.0.81.1) and returning a Status 200.
173.0.81.1 - - [09/May/2013:19:31:36 -0400] "POST /alphadawgs/?page=gf_paypal_ipn HTTP/1.0" 200 14638 "-" "-"
However, all forms are displaying the status as Processing and not creating the CPT entry.
My understanding was that a 200 response was a successful IPN. Is this incorrect? If so, how can I troubleshoot this issue?
I have done plugin/theme testing, and everything worked prior to upgrading GravityForms and this add on.