Quote Originally Posted by dsc7050 View Post
We ruining the issue, when we try to void the transaction, (Copy and past the Authorization ID, and hit Void and Confirm), then blank page.

here is the log:
PHP Parse error: syntax error, unexpected token "{" in /homepages/29/xxxxx/htdocs/xxxx/includes/modules/payment/paypal/PayPalRestful/Admin/DoVoid.php on line 84.
There is a missing close-bracket on line 84 of DoVoid.php

Code:
if (count($captured_txns) !== 0) {
I'll raise it as an issue on the GitHub repo.