The documentation with this module indicates that the "...display of an order's PayPal history now includes the entire history as part of the Customers->Orders->Edit Order display..." So a subsequent refund will show up as a second history listing.
But that is not happening in our implementation. The PP Express works perfectly except it only shows the initial charge in the "Order Edits History." Subsequent refunds do not appear.
We have made one modification to the module: in the modules/payment/paypal/paypalwpp.v84_admin_notification.php file, we changed all five instances of "customer_notification = 0" to -1 so that the paypal comments do not print on pack lists and invoices. Putting these back to 0 (no email) and then testing with a paypal purchase/ refund creates no improvement to the issue noted above.
We've winmerged all the other files and found them to be completely vanilla.
Any ideas? TIA