<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using PayPal subscriptions with ColdFusion</title>
	<atom:link href="http://www.webapper.com/blog/index.php/2007/10/17/using-paypal-subscriptions-with-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webapper.com/blog/index.php/2007/10/17/using-paypal-subscriptions-with-coldfusion/</link>
	<description>Web Application Engineers</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:24:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ed</title>
		<link>http://www.webapper.com/blog/index.php/2007/10/17/using-paypal-subscriptions-with-coldfusion/comment-page-1/#comment-23343</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Sun, 18 Jul 2010 00:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Using-PayPal-subscriptions-with-ColdFusion#comment-23343</guid>
		<description>Thanks Shannon for your code. Quick question, have you done much work with the Unsubscribe button? What code would you use to allow the user to unsubscribe and then update the database?</description>
		<content:encoded><![CDATA[<p>Thanks Shannon for your code. Quick question, have you done much work with the Unsubscribe button? What code would you use to allow the user to unsubscribe and then update the database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon Hicks</title>
		<link>http://www.webapper.com/blog/index.php/2007/10/17/using-paypal-subscriptions-with-coldfusion/comment-page-1/#comment-1073</link>
		<dc:creator>Shannon Hicks</dc:creator>
		<pubDate>Sat, 04 Apr 2009 21:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Using-PayPal-subscriptions-with-ColdFusion#comment-1073</guid>
		<description>That&#039;s what this code is for:

&lt;code lang=&quot;cfm&quot;&gt;&lt;input type=&quot;hidden&quot; name=&quot;on0&quot; value=&quot;Username&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;os0&quot; value=&quot;#getUser.username#&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;on1&quot; value=&quot;SomeOtherInfo&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;os1&quot; value=&quot;#getUser.someOtherInfo#&quot;&gt;&lt;/code&gt;

The &quot;on&quot; and &quot;os&quot; values get passed back to your notify_url.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what this code is for:</p>
<div class="codecolorer-container cfm mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="cfm codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #0000FF;">type</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;hidden&quot;</span> <span style="color: #0000FF;">name</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;on0&quot;</span> <span style="color: #0000FF;">value</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;Username&quot;</span><span style="color: #0000FF;">&gt;</span></span><br />
<span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #0000FF;">type</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;hidden&quot;</span> <span style="color: #0000FF;">name</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;os0&quot;</span> <span style="color: #0000FF;">value</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;#getUser.username#&quot;</span><span style="color: #0000FF;">&gt;</span></span><br />
<span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #0000FF;">type</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;hidden&quot;</span> <span style="color: #0000FF;">name</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;on1&quot;</span> <span style="color: #0000FF;">value</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;SomeOtherInfo&quot;</span><span style="color: #0000FF;">&gt;</span></span><br />
<span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">input</span></a> <span style="color: #0000FF;">type</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;hidden&quot;</span> <span style="color: #0000FF;">name</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;os1&quot;</span> <span style="color: #0000FF;">value</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;#getUser.someOtherInfo#&quot;</span><span style="color: #0000FF;">&gt;</span></span></div></div>
<p>The &#8220;on&#8221; and &#8220;os&#8221; values get passed back to your notify_url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://www.webapper.com/blog/index.php/2007/10/17/using-paypal-subscriptions-with-coldfusion/comment-page-1/#comment-993</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Wed, 01 Apr 2009 19:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webapper.net/blog/index.cfm/2007/6/29/Using-PayPal-subscriptions-with-ColdFusion#comment-993</guid>
		<description>Hi All,

  I am implementing the paypal subscription using coldfusion and now i am able to subcribe the membership using paypal. but i am stuck with getting the user information variables. i am passing userid from my website and it goes to paypal and then payment is done and return to my website i want to get the userid which pass earlier. 

Help Need Urgent!!!! 

Thanks in Adavance,

Ravi</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>  I am implementing the paypal subscription using coldfusion and now i am able to subcribe the membership using paypal. but i am stuck with getting the user information variables. i am passing userid from my website and it goes to paypal and then payment is done and return to my website i want to get the userid which pass earlier. </p>
<p>Help Need Urgent!!!! </p>
<p>Thanks in Adavance,</p>
<p>Ravi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

