subscription triggering twice during one re-order

Project:Subscriptions
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:active
Description
Project: 
subscribe

When a subscription create a re-order, I get two triggers for the subscription. Due to that, the consumer get a message in hte order that the subscription was renewed but also failed/

qrios's picture
Offline
Cool profile pic award.Getting busy with the Ubercode.Internationalizationizer
Joined: 08/13/2007
Juice: 554
I can back this up. In

I can back this up.

In uc_subscribe_reorder_subscription() hook_order (operation 'update') seems to be triggered twice by:

uc_order_save($neworder);

And:
uc_cart_complete_sale($neworder);

poppers's picture
Offline
Joined: 08/12/2008
Juice: 45
Re: I can back this up. In
Assigned to:qrios» poppers

I'm seeing this same behavior