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  


 [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