Hi, I was testing out recurring transactions last night via paypal, and the transaction is never reported to rebill_log table. I can see the transaction post in the payments table, but it never is listed in the rebill_log. I have IPN enabled in PayPal... does this need to be modified to post to the rebill_log? I am trying to write reporting software so I can see completed and failed renewals for products we have. Please advise. Thanks.
paypal_pro plugin does not store transactions in rebill_log table. In fact that table only used by cc-core plugins when payment rebilled by aMember itself. But in case of paypal_pro plugin, paypal will handle rebill and will send notification to aMember about successfull transactions.