<?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: Ruby on Rails, PayPal Express Recurring Payments using Active Merchant</title>
	<atom:link href="http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:17:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: smit</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1893</link>
		<dc:creator>smit</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1893</guid>
		<description>Thanks for the great tutorial....
But I am also having the same problem that sam is facing...

Waiting for your solution..

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial&#8230;.<br />
But I am also having the same problem that sam is facing&#8230;</p>
<p>Waiting for your solution..</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1889</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1889</guid>
		<description>Hi...
Great tutorial..
I have implemented both &quot;EXPRESS&quot; &amp; &quot;SIMPLE&quot; Gateway. I have tried the solution that you have given. But I am having error like &quot;This transaction is invalid. Please return to the recipient&#039;s website to complete your transaction using their regular checkout flow.&quot; on paypal site.

Can help me out???

Thanks..</description>
		<content:encoded><![CDATA[<p>Hi&#8230;<br />
Great tutorial..<br />
I have implemented both &#8220;EXPRESS&#8221; &amp; &#8220;SIMPLE&#8221; Gateway. I have tried the solution that you have given. But I am having error like &#8220;This transaction is invalid. Please return to the recipient&#8217;s website to complete your transaction using their regular checkout flow.&#8221; on paypal site.</p>
<p>Can help me out???</p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PayPal Recurring Billing with ActiveMerchant in Ruby on Rails @ Raymond Law</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1053</link>
		<dc:creator>PayPal Recurring Billing with ActiveMerchant in Ruby on Rails @ Raymond Law</dc:creator>
		<pubDate>Fri, 20 Feb 2009 19:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1053</guid>
		<description>[...] a monthly or yearly subscription plan with PayPal. Therefore, I did some googling and found that Jon Baker has already extended ActiveMerchant to add this functionality using PayPal&#8217;s Name-Value Pair [...]</description>
		<content:encoded><![CDATA[<p>[...] a monthly or yearly subscription plan with PayPal. Therefore, I did some googling and found that Jon Baker has already extended ActiveMerchant to add this functionality using PayPal&#8217;s Name-Value Pair [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-993</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 19 Dec 2008 10:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-993</guid>
		<description>@Vaibhav, @Amitava, this class is dependent on the PayPalNvCommonAPI class being present. I will need to investigate where it has been moved to or whether it has been removed and why as I know the project owners are keen to integrate my class.</description>
		<content:encoded><![CDATA[<p>@Vaibhav, @Amitava, this class is dependent on the PayPalNvCommonAPI class being present. I will need to investigate where it has been moved to or whether it has been removed and why as I know the project owners are keen to integrate my class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amitava</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1009</link>
		<dc:creator>Amitava</dc:creator>
		<pubDate>Fri, 19 Dec 2008 05:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1009</guid>
		<description>uninitialized constant ActiveMerchant::Billing::PaypalExpressRecurringNvGateway::PaypalNvCommonAPI

The above exception is thrown after placing &#039;paypal_express_recurring_nv.rb&#039; into &#039;/vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/&#039;.

I have installed the plugin from github and it only has &#039;paypal_common_api.rb&#039; but not &#039;paypal_nv_common_api.rb&#039;. If I change the line &#039;include PaypalNvCommonAPI&#039; to &#039;include include PaypalCommonAPI&#039; then it shows the following error:

NoMethodError (undefined method `add_pair’ for #):
/vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:56:in `build_setup_agreement’
/vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:25:in `setup_agreement’</description>
		<content:encoded><![CDATA[<p>uninitialized constant ActiveMerchant::Billing::PaypalExpressRecurringNvGateway::PaypalNvCommonAPI</p>
<p>The above exception is thrown after placing &#8216;paypal_express_recurring_nv.rb&#8217; into &#8216;/vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/&#8217;.</p>
<p>I have installed the plugin from github and it only has &#8216;paypal_common_api.rb&#8217; but not &#8216;paypal_nv_common_api.rb&#8217;. If I change the line &#8216;include PaypalNvCommonAPI&#8217; to &#8216;include include PaypalCommonAPI&#8217; then it shows the following error:</p>
<p>NoMethodError (undefined method `add_pair’ for #):<br />
/vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:56:in `build_setup_agreement’<br />
/vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:25:in `setup_agreement’</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-997</link>
		<dc:creator>Vaibhav</dc:creator>
		<pubDate>Wed, 17 Dec 2008 09:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-997</guid>
		<description>Hello Jon
i am getting this error after doing all the above mentioned things

NoMethodError (undefined method `add_pair&#039; for #):
    /vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:56:in `build_setup_agreement&#039;
    /vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:25:in `setup_agreement&#039;
    /app/controllers/users_controller.rb:146:in `create&#039;

Can you help me over this please</description>
		<content:encoded><![CDATA[<p>Hello Jon<br />
i am getting this error after doing all the above mentioned things</p>
<p>NoMethodError (undefined method `add_pair&#8217; for #):<br />
    /vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:56:in `build_setup_agreement&#8217;<br />
    /vendor/plugins/active_merchant/lib/active_merchant/billing/gateways/paypal_express_recurring_nv.rb:25:in `setup_agreement&#8217;<br />
    /app/controllers/users_controller.rb:146:in `create&#8217;</p>
<p>Can you help me over this please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1049</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 26 Nov 2008 14:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1049</guid>
		<description>Jon:
what does paypal send to the ipn (does it work with paypal express?) and how do I capture the info.</description>
		<content:encoded><![CDATA[<p>Jon:<br />
what does paypal send to the ipn (does it work with paypal express?) and how do I capture the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Agrawal</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1045</link>
		<dc:creator>Pavan Agrawal</dc:creator>
		<pubDate>Wed, 26 Nov 2008 07:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1045</guid>
		<description>Great Tutorial !!!!</description>
		<content:encoded><![CDATA[<p>Great Tutorial !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Parkinson</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1041</link>
		<dc:creator>David Parkinson</dc:creator>
		<pubDate>Wed, 19 Nov 2008 08:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1041</guid>
		<description>Jon:

Great tutorial!  I must it&#039;s a real bummer with the Express Checkout API not supporting IPN.  What are you to do if you collect payments for multiple websites from one PayPal account?

I also verified CreateRecurringPaymentsProfile API doesn&#039;t seem to have any spot for the NotifyURL.</description>
		<content:encoded><![CDATA[<p>Jon:</p>
<p>Great tutorial!  I must it&#8217;s a real bummer with the Express Checkout API not supporting IPN.  What are you to do if you collect payments for multiple websites from one PayPal account?</p>
<p>I also verified CreateRecurringPaymentsProfile API doesn&#8217;t seem to have any spot for the NotifyURL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nerbie69</title>
		<link>http://www.gotripod.com/2008/09/08/ruby-on-rails-paypal-express-recurring-payments-using-active-merchant/#comment-1037</link>
		<dc:creator>nerbie69</dc:creator>
		<pubDate>Tue, 18 Nov 2008 02:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://clockobj.co.uk/?p=128#comment-1037</guid>
		<description>is it possible that response is a reserved word?  I mean i changed to an instance variable of @cat = gateway.get_profile_details(@user.profile_id), and i then do a @cat.inspect in my view, and i see all the paypal info.

however if i change @cat to response (not an instance variable but just a variable) and then do a response.inspect in my view, i get the usual response debug information (around 100 lines on my browser).

Just thought i&#039;d share.  needless to say, i&#039;m sticking with @cat.</description>
		<content:encoded><![CDATA[<p>is it possible that response is a reserved word?  I mean i changed to an instance variable of @cat = gateway.get_profile_details(@user.profile_id), and i then do a @cat.inspect in my view, and i see all the paypal info.</p>
<p>however if i change @cat to response (not an instance variable but just a variable) and then do a response.inspect in my view, i get the usual response debug information (around 100 lines on my browser).</p>
<p>Just thought i&#8217;d share.  needless to say, i&#8217;m sticking with @cat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
