recurring payment and expiring roles - works great,
(thanks!)

the role expires in time,
it charge again successfully, and create the new role to the right person.

but... on the user account, it create a negative balance, even that the right amount was charged successfully.

from - https://www.website.com/admin/store/orders/53/payments -
Received User Method Amount Balance Comment
09/29/2008 08:19:01 70 Credit card $72.00 $0.00 PayPal transaction
10/29/2008 08:22:14 - Credit card $72.00 -$72.00 Recurring fee payment. PayPal transaction ID:

(not sure if it clear, but instead of user '70' it appears with no id, just '-'.
it seems that somehow - the recurring fee payment - was done attached to the right order, but without the user id.

log from https://www.website.com/admin/store/orders/53/log

Time User Changes
09/29/2008 70 Credit card payment for $72.00 entered by 70.
09/29/2008 70 Checkout message sent to email@mailinator.com.
09/29/2008 70 Order status changed from in_checkout to payment_received.
09/29/2008 70 Order status changed from payment_received to completed.
10/29/2008 - Credit card payment for $72.00 entered by -.
10/29/2008 -
Order status changed from completed to payment_received.

(and here again - no user id, just '-')

would appreciate if it can be fixed.
thank you!

Comments

rszrama’s picture

Status: Active » Fixed

There is no used ID because it wasn't a user that entered the payment. Also, the negative balance just means that more money has been collected for that order than the actual price of the order. I believe a recent API change can make it so these payments aren't logged, but I'm not entirely sure. If so, it'll be in the 1.6 release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.