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: 38915
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Business-PayPal-API

People
Owner: Nobody in particular
Requestors: sdc [...] sadach.org
Cc:
AdminCc:

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



Subject: Specifying MassPayItem UniqueId has no effect
Date: Tue, 02 Sep 2008 13:59:24 -0400
To: bug-Business-PayPal-API [...] rt.cpan.org
From: "Sam D. Chuparkoff" <sdc [...] sadach.org>
I tried specifying a UniqueID for a MassPay payment, only to find the value missing from the ipn that came from paypal. The case of this element name in MassPay.pm disagrees with the paypal api doc; it should be 'UniqueId'. Simple fix: change 'UniqueID' to 'UniqueId' in MassPay.pm . The value then roundtrips properly. sdc
Thanks SDC. This will be fixed in the forthcoming 0.62 Scott On Tue Sep 02 14:01:12 2008, sdc@sadach.org wrote: Show quoted text
> I tried specifying a UniqueID for a MassPay payment, only to find the > value missing from the ipn that came from paypal. The case of this > element name in MassPay.pm disagrees with the paypal api doc; it should > be 'UniqueId'. > > Simple fix: change 'UniqueID' to 'UniqueId' in MassPay.pm . The value > then roundtrips properly. > > sdc > >