I have setup subscription for nodes and got it working for the most part. When I click to paypal.com it seem that it is only for one time payment.

See image below- the other image attach shows paypal subscription on another site and it indicates that it is a "subscription". Is it actually not seeing that it's a subscription?

I have set Regular billing cycle as "1" and regular billing cycle unites to "Months" and Recurring payment is checked. Recurring Times is left blank.

CommentFileSizeAuthor
#1 Picture 75.png74.77 KBgiggler
Picture 74.jpg9.12 KBgiggler
Picture 73.jpg10.18 KBgiggler

Comments

giggler’s picture

StatusFileSize
new74.77 KB

I looked at the code and it produced the following for cmd value:
_xclick

while it needs to be the following for subscriptions:
_xclick-subscriptions

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=develo...

lyricnz’s picture

Assigned: Unassigned » pounard

Yup, 6.x-2.x-dev appears to be a bit broken right now, since one of the devs refactored the paypal button code :)

pounard’s picture

You even could have said my name :)

pounard’s picture

Status: Active » Needs review

Commited http://drupal.org/cvs?commit=206496

Please report if it has fixed the problem.

giggler’s picture

Sorry - I've never used a cvs version - how do I test that or do I wait until the date changes for 6.x-2.x-dev to redownload the update?

pounard’s picture

Read this page http://drupal.org/node/88100/cvs-instructions/DRUPAL-6--2 it explains how to get a 6--2 version copy from CVS.

Remember this is unstable, don't use on production environment right now!