If you had the renewal settings on the Subscription entity it would need all
payment, etc settings.
The plan right now is to use the ShoppingList, etc. for this and any other
automatic reordering.
-David
Andrew Sykes wrote:
Hi Folks,
I was thinking that it might be a good idea to add an autoRenew
attribute to the Subscription entity so that subscriptions could be
identified as being automatically renewable.
We could then create a service that queried the Subscriptions daily and
if one will expire in the next 24 hours and has autoRenew=Y, we could
try to re-bill the user.
Also, a service that cancelled the subscription, "cancelSubscription"
with a timestamp argument to update the Subscription.thruDate
This service would set autoRenew="N" and thruDate="timestamp"
if the timestamp is not present thruDate would be unchanged.
Any thoughts?