Maybe the problem has something to do with the profile being cancelled
for some reason, at least when checking my email I see I get three
emails:
- Profile Canceled
- You sent and automatic payment of $1.00 USD
- You set up an automatic payment profile to <name>

In the profile canceled email a part of it goes like this:
"You successfully canceled the following PayPal Recurring Payment
profile. We will no longer bill the buyer. If you did not request this
cancellation, contact PayPal Customer Support toll-free at
1-888-221-1161."

Seams like this is the problem, except maybe if the end of the
recurring period is always accompanied by profile being cancelled and
therefor there is some problem with the recurring part..

On Apr 5, 6:02 am, Gautama Dude <[email protected]> wrote:
> I'm selling accounts to a website using Satchmo, so it's a
> Subscription Product and it's going to be set so that the user is
> charged a set amount once a month indefinitely, to test the software
> though I'm setting it to $1.0, once every day for 5 days.
>
> What I find though is when I complete the payment process I get this:
> Apr 4, 2011 - Recurring Payment To - Name - Expired
> Apr 4, 2011 - Recurring Payment To - Name - Completed
> Apr 4, 2011 - Recurring Payment To - Name - Created
>
> So it expires after the first payment, not the fifth, and so far I
> haven't found anything wrong with my code. Any ideas what could be
> wrong? The only thing I can think of at the moment is that maybe I
> need to change something in local_settings.py, haven't changed it
> since I first set it up, or maybe some setting I'm missing in site
> settings? Or.. a change in setting on the PayPal side of things? Help
> would be greatly appreciated since this is basically the only thing
> left stalling deployment. :P
>
> Software:
> Python 2.6.6
> Django 1.2.5
> Satchmo 0.9.2
>
> PayPal account:
> Verified Business Account
>
> Apps installed:
>     'django.contrib.auth',
>     'django.contrib.contenttypes',
>     'django.contrib.sessions',
>     'django.contrib.sites',
>     'django.contrib.messages',
>     'satchmo_store.shop', #SATCHMO
>     # Uncomment the next line to enable the admin:
>     'django.contrib.admin',
>     ...
>     'django.contrib.sitemaps',
>     ...
>     'registration',
>     'south',
>     ...
>     #SATCHMO
>     'keyedcache',
>     'livesettings',
>     'l10n',
>     'satchmo_store.contact',
>     'tax',
>     'product',
>     'product.modules.configurable',
>     'product.modules.subscription',
>     'payment',
>     'payment.modules.paypal',
>     'satchmo_utils',
>     'app_plugins',

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to