Alex, When using the paypal_r plugin, the payment report is broken and user payment history no longer works correctly when recurring payment arrives. This is all because the paypal recurring payment overwrites the existing payment in the database. In other words, on subscr_payment, the plugin will update the existing payment. (but not the total $ paid) As I mentioned this breaks the site payment report and user payment history does not work correctly. Now, Alexander in support says there is no way to fix this but looking at paypal_r.inc.php it must be possible to use subscr_payment instead of subscr_signup to create record. Can you please take a look at this for me, I need to know how much has been paid in subscriptions.. Mike