<?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: Is gform_paypal_fulfillment fired when using Sandbox Texting Environment ?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-gform_paypal_fulfillment-fired-when-using-sandbox-texting-environment</link>
		<description>Gravity Support Forums Topic: Is gform_paypal_fulfillment fired when using Sandbox Texting Environment ?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 17:18:34 +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/is-gform_paypal_fulfillment-fired-when-using-sandbox-texting-environment" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Is gform_paypal_fulfillment fired when using Sandbox Texting Environment ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-gform_paypal_fulfillment-fired-when-using-sandbox-texting-environment#post-42081</link>
			<pubDate>Wed, 23 Nov 2011 23:03:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">42081@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe the hook is processed even if you're in the sandbox.  Can you replace the code in there with something obvious, to ensure it's running?  If it is, then you need to troubleshoot your code.  There might be problems with the email delivery.  I would try to return something from that function to be sure it's being processed, then work on the email delivery.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mediana on "Is gform_paypal_fulfillment fired when using Sandbox Texting Environment ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-gform_paypal_fulfillment-fired-when-using-sandbox-texting-environment#post-41954</link>
			<pubDate>Tue, 22 Nov 2011 23:53:10 +0000</pubDate>
			<dc:creator>mediana</dc:creator>
			<guid isPermaLink="false">41954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't manage to trigger a function using gform_paypal_fulfillment.&#60;br /&#62;
Is it fired when using the Testing Mode of Paypal ?&#60;/p&#62;
&#60;p&#62;Here is the basic function I use :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_paypal_fulfillment&#38;quot;, &#38;quot;paypal_payment_handler&#38;quot;, 10, 4);
function paypal_payment_handler($entry, $config, $transaction_id, $amount){
$my_email_addr = &#38;#39;emailadress@domain.com&#38;#39;;
$message = &#38;quot;ID=&#38;quot;.$entry[&#38;#39;id&#38;#39;].&#38;quot;, post_id=&#38;quot;.$entry[&#38;#39;post_id&#38;#39;].&#38;quot;, Amount=&#38;quot;.$amount;
mail($my_email_addr, &#38;#39;payment&#38;#39;, $message);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
