Subject: | DoCaptureRequest not returning full transaction details |
The DoCaptureRequest() method of Business::PayPal::API::CaptureRequest
is not returning the full details of the PayPal response as designed.
The fix is to apply the following patch to CaptureRequest.pm (v0.11):
62c62
< $path .= '/PaymentInfo';
---
Show quoted text
> $path .= '/DoCaptureResponseDetails/PaymentInfo';