GravityForms PayPal Compatibility

Issue #8 closed
Drew Angell repo owner created an issue

First, need to check for GravityForms PayPal extension, and if it exists, we need to pass my partner code into it. This thread gives an example of how that could be done, except we'd use the BUTTONSOURCE parameter instead of COMMENT parameters.

Then we would also need to check if GravityForms is making use of IPN via the NotifyURL (for DoDirectPayment). If so, we need to override their value with the IPN URL this plugin creates for the site, and then add a forwarder automatically so that both this plugin and GravityForms gets the PayPal IPN data just like we did for WooCommerce.

Comments (10)

  1. jignesh kaila

    I have check Gravity Forms Add-Ons and found that Gravity Forms add on is not allow to change bn and BUTTONSOURCE value for paypal partner code.

    Gravity Forms Add-Ons before payment request pass own build notation code statically, If I pass our bn and BUTTONSOURCE value it will override by Gravity Forms Add-Ons itself and finally used below code:

    • Rocketgenius_SP (bn code)
    • gravityforms (bn code)

    Also there is no any other filter to overnight before paypal payment request to change Gravity Forms Add-Ons bn code.

    Also you can search using "build notation code" text Gravity Forms Add-Ons

    Please let me your thoughts for the same.

  2. Drew Angell reporter

    Ok, if it's not something we can get done it's no problem. I just wanted to see if we could or not.

  3. Log in to comment