Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezcurlgateway | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZCurlGateway extension v1.0.0 README
eZCurlGateway is a child class of eZPaymentGateway. It is an abstract class for
implementing transparent credit card payment in eZ publish using cURL.
The current version of eZCurlGateway is 1.0.0.
Last Updated: Novemeber 30, 2005
You can find details about changes for this
version in doc/changelogs/CHANGELOG-1.0.0
This software is licensed under the GNU General Public License.
The complete license agreement is included in the doc/LICENSE file.
For more information or questions please contact license@brookinsconsulting.com
The following requirements exists for using eZCurlGateway extension:
o eZ publish version:
Make sure you use eZ publish version 3.5 or higher.
o PHP version:
Make sure you have PHP 4.3.2 or higher.
o eZ publish must be reachable from the internet:
Make sure you have installed eZ publish on a webserver
that is reachable by the Authorize.Net service.
Simply copy the ezcurlgateway/ folder into the extension/ folder.
Simply include the extension's class (below) in your custom gateway file.
include_once('extension/ezcurlgateway/classes/ezcurlgateway.php');
It's easiest to learn how to write a new curl gateway
using this class by examining and modifying an existing class.
We recommend the Authorize.Net implementation, downloadable at
http://pubsvn.ez.no/community/trunk/extension/ezauthorize