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

Bug #1619 Bug in Example file "examples/creditcard.php"
Submitted: 2004-06-12 01:17 UTC
From: ammarmi Assigned: ieure
Status: Closed Package: Payment_Process
PHP Version: 4.3.4 OS: Windows 2000
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 : 24 - 11 = ?

 
 [2004-06-12 01:17 UTC] ammarmi
Description: ------------ file "examples/creditcard.php" contains a bug on line 19 $card = &Payment_Process_Type::factory(PAYMENT_PROCESS_TYPE_CREDITCARD); The above line of code will attempt to include an invalid file. The only thing to be needed to fix this line of code is to replace the constant with the value "CreditCard"

Comments

 [2004-06-12 01:30 UTC] ieure
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Payment_Process