<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Possible PayPal notification bug</title>
		<link>https://legacy.forums.gravityhelp.com/topic/possible-paypal-notification-bug</link>
		<description>Gravity Support Forums Topic: Possible PayPal notification bug</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:51:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/possible-paypal-notification-bug" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Possible PayPal notification bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-paypal-notification-bug#post-21772</link>
			<pubDate>Mon, 28 Mar 2011 11:39:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">21772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are looking into this, we had another user bring it to our attention also.  We'll get it resolved via an update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andykeith on "Possible PayPal notification bug"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-paypal-notification-bug#post-21741</link>
			<pubDate>Mon, 28 Mar 2011 09:45:16 +0000</pubDate>
			<dc:creator>andykeith</dc:creator>
			<guid isPermaLink="false">21741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think there may be a bug in the PayPal add-on related to the &#34;Send admin (or user) notification email only when payment is received&#34; options. I'm using the latest version 1.0 of the add-on. The code on lines 119 and 120 is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_disable_user_notification&#38;quot;, array(&#38;quot;GFPayPal&#38;quot;, &#38;quot;delay_notification&#38;quot;), 10, 3);
add_filter(&#38;quot;gform_disable_admin_notification&#38;quot;, array(&#38;quot;GFPayPal&#38;quot;, &#38;quot;delay_autoresponder&#38;quot;), 10, 3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;These &#34;delay_notification&#34; and &#34;delay_autorespnder&#34; filter hooks set a couple of config options, which are then read on lines 1987 - 1993, as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($config &#38;amp;&#38;amp; $config[&#38;quot;meta&#38;quot;][&#38;quot;delay_notification&#38;quot;]){
           GFCommon::send_admin_notification($form, $entry);
        }

        if($config &#38;amp;&#38;amp; $config[&#38;quot;meta&#38;quot;][&#38;quot;delay_autoresponder&#38;quot;]){
           GFCommon::send_user_notification($form, $entry);
        }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see in this second code sample that the admin notification relates to the 'delay_notification' option, and the user notification relates to 'delay_autoresponder'. However, in the first code sample the admin notification is linked to 'delay_autoresponder' hook. Should the filter hooks on lines 119 and 120 be the other way around? &#60;/p&#62;
&#60;p&#62;Andy
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
