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

People
Owner: scott [...] mailblock.net
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

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



Subject: t/DirectPayments.t due to credit card in the past
It looks like t/DirectPayments.t has started failing because "ExpDate" is not in the past.
RT-Send-CC: danny [...] dynamical.org
Hi, This is Danny Hembree's module, but it's a simple fix (so I'll take care of it). I'm on vacation but will try to get this fixed when I get back in 2 weeks. If you can't wait, here's a patch: <snip> --- t/DirectPayments.t 6 Oct 2006 17:49:51 -0000 1.2 +++ t/DirectPayments.t 4 May 2007 22:30:29 -0000 @@ -35,7 +35,7 @@ CreditCardType => 'Visa', CreditCardNumber => '4561435600988217', ExpMonth => '01', - ExpYear => '2007', + ExpYear => +(localtime)[5]+1901, CVV2 => '123', FirstName => 'JP', LastName => 'Morgan', </snip> Scott
RT-Send-CC: danny [...] dynamical.org
This is fixed in 0.41. Thanks for reporting it!