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

Bug #5140 Abstract isLegitimate returns wrong message
Submitted: 2005-08-18 15:12 UTC
From: scott at crisscott dot com Assigned:
Status: Open Package: Payment_Process
PHP Version: 5.0.3 OS: N/A
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: scott at crisscott dot com
New email:
PHP Version: Package Version: OS:

 

 [2005-08-18 15:12 UTC] scott at crisscott dot com
Description: ------------ Payment_Process_Result::isLegitimate() returns an error that says "parse() not implemented". This is a minor issue but rather confusing when trying to write and test new drivers. Actually, parseCallback() has the same problem. Test script: --------------- // Should be... function isLegitimate() { return PEAR::raiseError('isLegitimate() not implemented', PAYMENT_PROCESS_ERROR_NOTIMPLEMENTED); } Expected result: ---------------- isLegitimate() not implemented Actual result: -------------- parse() not implemented

Comments