PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

New filter for get_subscription() return

  1. I recently had to modify authorizenet.php in order to customize the subscription behavior. It's working, but now I can't upgrade the plugin because my changes will be overwritten. Can you please add the following filter to get_subscription() so that I won't need to modify the plugin itself anymore?

    I changed line 2072 from:

    return $subscription;

    ...to:

    return apply_filters("gform_authorizenet_get_subscription", $subscription);
    Posted 11 years ago on Friday July 27, 2012 | Permalink
  2. I will tag this as a feature request and make sure the developers see it. Thanks for the suggestion.

    Posted 11 years ago on Saturday July 28, 2012 | Permalink
  3. Cool, thanks.

    Posted 11 years ago on Monday July 30, 2012 | Permalink

This topic has been resolved and has been closed to new replies.