<?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: PayPal Recurring Payments</title>
	<atom:link href="http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/</link>
	<description>Thoughts on Design &#38; Development</description>
	<lastBuildDate>Mon, 31 May 2010 22:37:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jae</title>
		<link>http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/comment-page-1/#comment-2178</link>
		<dc:creator>Jae</dc:creator>
		<pubDate>Mon, 31 May 2010 22:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://brandonpassley.com/?p=339#comment-2178</guid>
		<description>Thanks for the write-up. PayPal&#039;s Ruby API isn&#039;t the most well-written or well-documented. Reading this article was very useful. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Thanks for the write-up. PayPal&#8217;s Ruby API isn&#8217;t the most well-written or well-documented. Reading this article was very useful. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justi Davis</title>
		<link>http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/comment-page-1/#comment-1977</link>
		<dc:creator>Justi Davis</dc:creator>
		<pubDate>Mon, 29 Mar 2010 10:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://brandonpassley.com/?p=339#comment-1977</guid>
		<description>I had installed the papal SDk for rails, but when i run the application its throwing an error.
It&#039;s not able to call the file caller.rb which is there in vendor/plugins/PayPalSDK/caller.rb

The below given is the error.

uninitialized constant PayPalSDKCallers::Caller::PayPalSDKProfiles

RAILS_ROOT: script/../config/..
Application Trace &#124; Framework Trace &#124; Full Trace

/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:477:in `const_missing&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
app/controllers/wppro_controller.rb:2
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_file&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:202:in `load_file&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:94:in `require_or_load&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:248:in `load_missing_constant&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:452:in `const_missing&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:464:in `const_missing&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/inflector.rb:250:in `constantize&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/string/inflections.rb:148:in `constantize&#039;
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/routing.rb:1284:in `recognize&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:79:in `service&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/servers/webrick.rb:59
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:39

vendor/plugins/PayPalSDK/lib/caller.rb:10
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/dispatcher.rb:40:in `dispatch&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:113:in `handle_dispatch&#039;
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service&#039;
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run&#039;
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread&#039;
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread&#039;
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each&#039;
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:63:in `dispatch&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
script/server:3

/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:477:in `const_missing&#039;
vendor/plugins/PayPalSDK/lib/caller.rb:10
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
app/controllers/wppro_controller.rb:2
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_file&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:202:in `load_file&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:94:in `require_or_load&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:248:in `load_missing_constant&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:452:in `const_missing&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:464:in `const_missing&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/inflector.rb:250:in `constantize&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/string/inflections.rb:148:in `constantize&#039;
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/routing.rb:1284:in `recognize&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/dispatcher.rb:40:in `dispatch&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:113:in `handle_dispatch&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:79:in `service&#039;
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service&#039;
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run&#039;
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread&#039;
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread&#039;
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each&#039;
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start&#039;
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:63:in `dispatch&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/servers/webrick.rb:59
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#039;
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#039;
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:39
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#039;
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#039;
script/server:3

This error occurred while loading the following files:
   caller

require &#039;caller&#039;  line in the controller is throwing the problem
 Why this is happening, please any one can help me out

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I had installed the papal SDk for rails, but when i run the application its throwing an error.<br />
It&#8217;s not able to call the file caller.rb which is there in vendor/plugins/PayPalSDK/caller.rb</p>
<p>The below given is the error.</p>
<p>uninitialized constant PayPalSDKCallers::Caller::PayPalSDKProfiles</p>
<p>RAILS_ROOT: script/../config/..<br />
Application Trace | Framework Trace | Full Trace</p>
<p>/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:477:in `const_missing&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
app/controllers/wppro_controller.rb:2<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_file&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:202:in `load_file&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:94:in `require_or_load&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:248:in `load_missing_constant&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:452:in `const_missing&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:464:in `const_missing&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/inflector.rb:250:in `constantize&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/string/inflections.rb:148:in `constantize&#8217;<br />
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/routing.rb:1284:in `recognize&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:79:in `service&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/servers/webrick.rb:59<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:39</p>
<p>vendor/plugins/PayPalSDK/lib/caller.rb:10<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/dispatcher.rb:40:in `dispatch&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:113:in `handle_dispatch&#8217;<br />
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service&#8217;<br />
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:63:in `dispatch&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
script/server:3</p>
<p>/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:477:in `const_missing&#8217;<br />
vendor/plugins/PayPalSDK/lib/caller.rb:10<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
app/controllers/wppro_controller.rb:2<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:203:in `load_file&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:202:in `load_file&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:94:in `require_or_load&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:248:in `load_missing_constant&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:452:in `const_missing&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:464:in `const_missing&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/inflector.rb:250:in `constantize&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/string/inflections.rb:148:in `constantize&#8217;<br />
/var/lib/gems/1.8/gems/actionpack-1.13.3/lib/action_controller/routing.rb:1284:in `recognize&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/dispatcher.rb:40:in `dispatch&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:113:in `handle_dispatch&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:79:in `service&#8217;<br />
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service&#8217;<br />
/usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start&#8217;<br />
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/webrick_server.rb:63:in `dispatch&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/servers/webrick.rb:59<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:342:in `new_constants_in&#8217;<br />
/var/lib/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:495:in `require&#8217;<br />
/var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:39<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require&#8217;<br />
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require&#8217;<br />
script/server:3</p>
<p>This error occurred while loading the following files:<br />
   caller</p>
<p>require &#8216;caller&#8217;  line in the controller is throwing the problem<br />
 Why this is happening, please any one can help me out</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Cassarino</title>
		<link>http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/comment-page-1/#comment-105</link>
		<dc:creator>Matt Cassarino</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://brandonpassley.com/?p=339#comment-105</guid>
		<description>ah, just found the answer myself. PayPal will automatically update the billing date to account for short months.  E.g. if the recurring profile was setup on 10/31 the next billing date would be 12/1 (because November only has 30 days).

http://www.pdncommunity.com/pdn/board/message?board.id=ipn&amp;message.id=13486&amp;query.id=2420460#M13486</description>
		<content:encoded><![CDATA[<p>ah, just found the answer myself. PayPal will automatically update the billing date to account for short months.  E.g. if the recurring profile was setup on 10/31 the next billing date would be 12/1 (because November only has 30 days).</p>
<p><a href="http://www.pdncommunity.com/pdn/board/message?board.id=ipn&amp;message.id=13486&amp;query.id=2420460#M13486" rel="nofollow">http://www.pdncommunity.com/pdn/board/message?board.id=ipn&amp;message.id=13486&amp;query.id=2420460#M13486</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Cassarino</title>
		<link>http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/comment-page-1/#comment-104</link>
		<dc:creator>Matt Cassarino</dc:creator>
		<pubDate>Mon, 29 Jun 2009 17:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://brandonpassley.com/?p=339#comment-104</guid>
		<description>Thanks for putting this together Brandon.  Question - if the billing start date for a PayPal recurring profile is the 31st of the month, does PayPal bill the profile properly for short months like February?</description>
		<content:encoded><![CDATA[<p>Thanks for putting this together Brandon.  Question &#8211; if the billing start date for a PayPal recurring profile is the 31st of the month, does PayPal bill the profile properly for short months like February?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erb</title>
		<link>http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/comment-page-1/#comment-95</link>
		<dc:creator>erb</dc:creator>
		<pubDate>Wed, 17 Jun 2009 05:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://brandonpassley.com/?p=339#comment-95</guid>
		<description>This is great Brandon. I&#039;ve been wrestling with adding recurring payments to the ActiveMerchant gem and actually got it to work for creating the profile, but the updating just wasn&#039;t working. The WSDL+SOAP made me wanna shoot myself.

This is a must easier solution. Thanks for the write up.</description>
		<content:encoded><![CDATA[<p>This is great Brandon. I&#8217;ve been wrestling with adding recurring payments to the ActiveMerchant gem and actually got it to work for creating the profile, but the updating just wasn&#8217;t working. The WSDL+SOAP made me wanna shoot myself.</p>
<p>This is a must easier solution. Thanks for the write up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://brandonpassley.com/ruby-on-rails/paypal-recurring-payments-with-ruby-on-rails/comment-page-1/#comment-65</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Fri, 15 May 2009 17:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://brandonpassley.com/?p=339#comment-65</guid>
		<description>Very nice article!!
I have a question, How to get the historical recurring transactions through API? and I want to make sure the transactions are not from one time charge payment.</description>
		<content:encoded><![CDATA[<p>Very nice article!!<br />
I have a question, How to get the historical recurring transactions through API? and I want to make sure the transactions are not from one time charge payment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
