Add hooks for IPN status.

Issue #87 closed
Drew Angell repo owner created an issue

Right now we have a variable for $posted['IPN_status'] included with the IPN data, but we don't have hooks specific to IPN status, which is what this user is requesting.

Comments (11)

  1. Tejas Mehta

    @angelleye Currently added do_action directly but if you want both hooks called when status verified / invalid then we can add them conditionally.

  2. Tejas Mehta

    Hooks Name

    1) paypal_ipn_for_wordpress_ipn_response_verified

    2) paypal_ipn_for_wordpress_ipn_response_invalid

  3. Log in to comment