PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Payment » Payment_Process » Bug #2896

Inclusion of unexisting file in Process/Offline.php

Details

Submitted2004-12-05 10:34 UTC
Fromadamg at pld-linux dot org
Assignedieure
StatusClosed
PackagePayment_Process
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[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

[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