<?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 Billing with ActiveMerchant in Ruby on Rails</title>
	<atom:link href="http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/</link>
	<description>Badminton on Rails</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:00:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: uma mahesh</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-2/#comment-60876</link>
		<dc:creator>uma mahesh</dc:creator>
		<pubDate>Wed, 28 Sep 2011 05:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-60876</guid>
		<description>Thank You Vijji... Its working for me.</description>
		<content:encoded><![CDATA[<p>Thank You Vijji&#8230; Its working for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijju</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-2/#comment-60875</link>
		<dc:creator>Vijju</dc:creator>
		<pubDate>Wed, 28 Sep 2011 05:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-60875</guid>
		<description>Mahesh, 

This is because of the &quot;:initial_amount&quot; parameter you are using in the create_profile statement. 

If you remove that parameter, it will be charged on the start_date you have provided.





Thank You, 
Vijji</description>
		<content:encoded><![CDATA[<p>Mahesh, </p>
<p>This is because of the &#8220;:initial_amount&#8221; parameter you are using in the create_profile statement. </p>
<p>If you remove that parameter, it will be charged on the start_date you have provided.</p>
<p>Thank You, <br />
Vijji</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uma mahesh varma</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-2/#comment-60870</link>
		<dc:creator>uma mahesh varma</dc:creator>
		<pubDate>Thu, 08 Sep 2011 07:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-60870</guid>
		<description>Hi, 

I am using the recurring payment gateway in my rails application. 

But when I use the method create_profile with parameters as below

GATEWAY.create_profile(nil,:credit_card =&gt; credit_card, :description=&gt; &#039;pro&#039;, :start_date =&gt; &quot;some date&quot;, :period =&gt; &quot;monthly&quot;, :frequency =&gt; 1, :amount =&gt; 230, :initial_amount =&gt; 230, :auto_bill_outstanding =&gt; true )

But when I call this method, Its creating profile and also transaction is caried out and amount is cutting from my account. But it need to cut on my actual &#039;start_date&#039;

Can I know what is the mistake I need to make in it?

Thank You,
Uma Mahesh.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am using the recurring payment gateway in my rails application. </p>
<p>But when I use the method create_profile with parameters as below</p>
<p><span class="caps">GATEWAY.</span>create_profile(nil,:credit_card =&gt; credit_card, :description=&gt; &#8216;pro&#8217;, :start_date =&gt; &#8220;some date&#8221;, :period =&gt; &#8220;monthly&#8221;, :frequency =&gt; 1, :amount =&gt; 230, :initial_amount =&gt; 230, :auto_bill_outstanding =&gt; true )</p>
<p>But when I call this method, Its creating profile and also transaction is caried out and amount is cutting from my account. But it need to cut on my actual &#8216;start_date&#8217;</p>
<p>Can I know what is the mistake I need to make in it?</p>
<p>Thank You,<br />
Uma Mahesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loyd Revis</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-2/#comment-60868</link>
		<dc:creator>Loyd Revis</dc:creator>
		<pubDate>Tue, 06 Sep 2011 15:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-60868</guid>
		<description>Awesome informations indeed. Friend on mine has been seeking for this information. Thank you!</description>
		<content:encoded><![CDATA[<p>Awesome informations indeed. Friend on mine has been seeking for this information. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ioana Veronica Chelu</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-2/#comment-60855</link>
		<dc:creator>Ioana Veronica Chelu</dc:creator>
		<pubDate>Tue, 12 Jul 2011 14:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-60855</guid>
		<description>Great stuff!

I have successfully created a profile_id ( checked it with get_profile_details(profile_id) and it&#039;s valid).

However, I get an error when I try bill_outstanding_amount(profile_id, :amount =&gt; 10, :currency =&gt; &quot;USD&quot;) =&gt; &quot;Profile ID is missing from the request&quot;

Can somebody help?</description>
		<content:encoded><![CDATA[<p>Great stuff!</p>
<p>I have successfully created a profile_id ( checked it with get_profile_details(profile_id) and it&#8217;s valid).</p>
<p>However, I get an error when I try bill_outstanding_amount(profile_id, :amount =&gt; 10, :currency =&gt; &#8220;USD&#8221;) =&gt; &#8220;Profile ID is missing from the request&#8221;</p>
<p>Can somebody help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-48706</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Wed, 11 May 2011 14:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-48706</guid>
		<description>Could this be merged upstream?
-r</description>
		<content:encoded><![CDATA[<p>Could this be merged upstream?<br />
-r</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin Liang</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-46172</link>
		<dc:creator>Alvin Liang</dc:creator>
		<pubDate>Fri, 15 Apr 2011 05:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-46172</guid>
		<description>@slarti42uk

Bundler won&#039;t install without a gemspec, the rayvinly fork doesn&#039;t have one.

I solved this by forking the current version of active_merchant and adding the gateway file from the rayvinly fork. Then I copied activemerchant.gemspec to active_merchant.gemspec. In active_merchant.gemspec I changed the s.name = &#039;activemerchant&#039; line to read s.name = &#039;active_merchant&#039;.

Now to test the gem and see if it&#039;s up to date with the current PayPal API version...</description>
		<content:encoded><![CDATA[<p>@slarti42uk</p>
<p>Bundler won&#8217;t install without a gemspec, the rayvinly fork doesn&#8217;t have one.</p>
<p>I solved this by forking the current version of active_merchant and adding the gateway file from the rayvinly fork. Then I copied activemerchant.gemspec to active_merchant.gemspec. In active_merchant.gemspec I changed the s.name = &#8216;activemerchant&#8217; line to read s.name = &#8216;active_merchant&#8217;.</p>
<p>Now to test the gem and see if it&#8217;s up to date with the current PayPal <span class="caps">API </span>version&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slarti42uk</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-45421</link>
		<dc:creator>slarti42uk</dc:creator>
		<pubDate>Wed, 06 Apr 2011 12:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-45421</guid>
		<description>(experienced php developer, very new to rails!)

I&#039;m trying to use this with Rails 3 and I&#039;m a little unsure exactly where/how to install it into my project. Currently I&#039;m using the Gemfile and bundle install to add the gems I want however when I tried the following I got errors:

&lt;code&gt;
from Gemfile:
gem &#039;active_merchant&#039;, :git =&gt; &#039;git://github.com/rayvinly/active_merchant.git&#039;
&lt;/code&gt;

&lt;code&gt;
Could not find gem &#039;active_merchant (&gt;= 0)&#039; in git://github.com/rayvinly/active_merchant.git (at master).
Source does not contain any versions of &#039;active_merchant (&gt;= 0)&#039;
&lt;/code&gt;

I guess I&#039;m doing this totally wrong but I&#039;m not really sure how to get this integrated into my project.

Can anyone guide a poor novice through this? Cheers</description>
		<content:encoded><![CDATA[<p>(experienced php developer, very new to rails!)</p>
<p>I&#8217;m trying to use this with Rails 3 and I&#8217;m a little unsure exactly where/how to install it into my project. Currently I&#8217;m using the Gemfile and bundle install to add the gems I want however when I tried the following I got errors:</p>
<p><code><br />
from Gemfile:<br />
gem 'active_merchant', :git =&amp;gt; 'git://github.com/rayvinly/active_merchant.git'<br />
</code></p>
<p><code><br />
Could not find gem 'active_merchant (&amp;gt;= 0)' in git://github.com/rayvinly/active_merchant.git (at master).<br />
Source does not contain any versions of 'active_merchant (&amp;gt;= 0)'<br />
</code></p>
<p>I guess I&#8217;m doing this totally wrong but I&#8217;m not really sure how to get this integrated into my project.</p>
<p>Can anyone guide a poor novice through this? Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noukat 2011</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-40397</link>
		<dc:creator>noukat 2011</dc:creator>
		<pubDate>Sat, 29 Jan 2011 15:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-40397</guid>
		<description>You do a great job here.really very nice blog.thanks man for sharing this post</description>
		<content:encoded><![CDATA[<p>You do a great job here.really very nice blog.thanks man for sharing this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunitha</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-33454</link>
		<dc:creator>Sunitha</dc:creator>
		<pubDate>Tue, 05 Oct 2010 11:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-33454</guid>
		<description>i am trying to test recurring subscription payments in my sandbox.


Ive set it to be daily so that i can test it relatively quickly, and i get the initial 2 IPN&#039;s back, one with transaction type subscr_signup and another subscr_payment.


Thats all fine, except i never get another payment each day?

Please could anyone help me with this?</description>
		<content:encoded><![CDATA[<p>i am trying to test recurring subscription payments in my sandbox.</p>
<p>Ive set it to be daily so that i can test it relatively quickly, and i get the initial 2 <span class="caps">IPN&#8217;</span>s back, one with transaction type subscr_signup and another subscr_payment.</p>
<p>Thats all fine, except i never get another payment each day?</p>
<p>Please could anyone help me with this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

