mifydnu
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Button for PayPal] Hook for submit?Resolved another way.
Forum: Plugins
In reply to: [Payment Button for PayPal] Hooking into PayPal-IPN processingThis one was resolved with the 1.1.6 update as well (maybe in 1.1.4 or 1.1.5 but I jumped from 1.1.3 to 1.1.6).
I really like these lightweight plugins that provided a straight-forward API. Sometimes that’s all you need.
Thanks again!
Forum: Plugins
In reply to: [Payment Button for PayPal] Passing custom field to PayPalWorks great. Which is to say that I updated the plugin and the code that I had written using the mod I’d made to wp-paypal worked without change. Awesome.
Many thanks Noor!
Forum: Plugins
In reply to: [Payment Button for PayPal] Hooking into PayPal-IPN processingHas the update been published? I’ve 1.1.3 installed but I don’t see any update published or pending yet. Thanks
Forum: Plugins
In reply to: [Payment Button for PayPal] Hooking into PayPal-IPN processingSweet!!! I will try it ASAP and update this thread with results. What a great response to a user request. I was getting very nervous about all the code I was writing on the back of a hack. 🙂
Forum: Plugins
In reply to: [Payment Button for PayPal] Hooking into PayPal-IPN processingSome progress that may help others:
Looks like
add_action('added_post_meta','hmm_update_meta_hook',10,4)
to hook the meta update. Not entirely clear on why but it works. That doesn’t solve my problem as the plugin code that does the meta updates doesn’t provide everything I need.In the interim, I’ve just added a call to a routine external to the plugin and am passing $ipn_response. Works great. Entirely inelegant and unsupportable. 🙂 Really need a hook into the actual IPN response. Is that possible with this plugin?