<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Tips and Tricks HQ Forum &#187; Topic: Running Debug for Plain PayPal Button and WP PDF Stamper Integration</title>
		<link>http://www.tipsandtricks-hq.com/forum/topic/running-debug-for-plain-paypal-button-and-wp-pdf-stamper-integration</link>
		<description>Support Forum for Tips and Tricks HQ Products</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 06:21:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.tipsandtricks-hq.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.tipsandtricks-hq.com/forum/rss/topic/running-debug-for-plain-paypal-button-and-wp-pdf-stamper-integration" rel="self" type="application/rss+xml" />

		<item>
			<title>admin on "Running Debug for Plain PayPal Button and WP PDF Stamper Integration"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/running-debug-for-plain-paypal-button-and-wp-pdf-stamper-integration#post-27565</link>
			<pubDate>Tue, 10 Jan 2012 04:39:56 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">27565@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;If you are doing sandbox testing then make sure you have the following option set to &#60;code&#62;true&#60;/code&#62; in the &#34;wp-pdf-stamper/api/ipn_customization_config.php&#34; file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$sandbox = false;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To test with sandbox buttons, change the above code to the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$sandbox = true;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>admin on "Running Debug for Plain PayPal Button and WP PDF Stamper Integration"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/running-debug-for-plain-paypal-button-and-wp-pdf-stamper-integration#post-26963</link>
			<pubDate>Tue, 27 Dec 2011 05:39:34 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">26963@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;If you are testing a plugin for the first time, go through this checklist which has a list of common mistakes that people often make when testing (it will help you avoid those mistakes):&#60;br /&#62;
&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/plugin-testing-checklist-setup-preparation-for-testing&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/plugin-testing-checklist-setup-preparation-for-testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How to Enable Debug for PDF Stamper and PayPal Integration&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;If you are using a plain PayPal button with WP PDF stamper and having a post payment issue then it is a good idea to run a test transaction with debug enabled. This will let you see more details of what happened after you made the payment on PayPal.&#60;/p&#62;
&#60;p&#62;1. In order to enable debug open the following file from the PDF stamper plugin.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp-pdf-stamper/api/ipn_customization_config.php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Change the following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$debug_enabled = false;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$debug_enabled = true;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will make it to where the plugin logs the activities in a log filed called &#34;ipn_handle_debug.log&#34;. If you don't understand it then share the content of that file after a test transaction and we will be able to assist you.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Where to Find the Debug File&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;The &#34;ipn_handle_debug.log&#34; file will be created in the &#34;wp-pdf-stamper/api/&#34; folder. So look for the following file on your server:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.../wp-content/plugins/wp-pdf-stamper/api/ipn_handle_debug.log&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
