Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Business-PayPal-API CPAN distribution.

Report information
The Basics
Id: 30044
Status: resolved
Worked: 2 min
Priority: 0/
Queue: Business-PayPal-API

People
Owner: scott [...] mailblock.net
Requestors: cpan [...] kwaping.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.52
Fixed in: (no value)



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';
This was fixed some time ago... sorry I can't remember which version. Scott On Tue Oct 16 15:26:47 2007, KWAPING wrote: Show quoted text
> 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'; > ---
> > $path .= '/DoCaptureResponseDetails/PaymentInfo';