Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.6.8

Bug #2896 Inclusion of unexisting file in Process/Offline.php
Submitted: 2004-12-05 10:34 UTC
From: adamg at pld-linux dot org Assigned: ieure
Status: Closed Package: Payment_Process
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 3 + 46 = ?

 
 [2004-12-05 10:34 UTC] adamg at pld-linux dot org
Description: ------------ In Payment_Process-0.5.8/Process/Offline.php there is this call (line 22): require_once('Validate/CreditCard.php'); Yet this file does not exist in PEAR - I couldn't find in Validate package, and Validate_CreditCard package does not exist.cv

Comments

 [2004-12-28 19:15 UTC] joe at joestump dot net
The Offline driver is not supported right now. It was simply a proof-of-concept at the time it was created. The Validate/CreditCard.php script is something I wrote a long time ago that was never patched into the Validate package. If you'd like to fix the Offline processor that would be great, but right now it's low on the list of things to fix. You *might* want to try the Dummy driver. Whether or not it works is beyond me (Ian created it a LONG time ago to use for testing). --Joe
 [2005-03-12 16:00 UTC] jausions
There is now a Validate/Finance/CrediCard.php in at least the CVS repository. -Philippe
 [2005-03-22 09:06 UTC] ieure
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better. Removed Offline driver from package.xml until it's brought up-to-date, merged with Dummy or whatever.