File: Process.php
Source Location: /Payment_Process-0.6.4/Process.php
Classes:
Payment_Process
Payment_Process
Payment_Process_Result
Payment_Process_Result
Page Details:
Main package file
Process.php is a unified OOP abstraction layer for credit card and echeck processing gateways (similar to what DB does for database calls). PHP versions 4 and 5 LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.
Includes:
require_once('PEAR.php') [line 29]
require_once('Validate.php') [line 30]
require_once('Validate/Finance/CreditCard.php') [line 31]
require_once('Payment/Process/Type.php') [line 32]
PAYMENT_PROCESS_ACTION_AUTHONLY [line 56]
PAYMENT_PROCESS_ACTION_CREDIT [line 61]
PAYMENT_PROCESS_ACTION_NORMAL [line 51]
PAYMENT_PROCESS_ACTION_POSTAUTH [line 66]
PAYMENT_PROCESS_ACTION_VOID [line 71]
PAYMENT_PROCESS_AVS_ERROR [line 91]
PAYMENT_PROCESS_AVS_MATCH [line 89]
PAYMENT_PROCESS_AVS_MISMATCH [line 90]
PAYMENT_PROCESS_AVS_NOAPPLY [line 92]
PAYMENT_PROCESS_CVV_ERROR [line 96]
PAYMENT_PROCESS_CVV_MATCH [line 94]
PAYMENT_PROCESS_CVV_MISMATCH [line 95]
PAYMENT_PROCESS_CVV_NOAPPLY [line 97]
PAYMENT_PROCESS_ERROR_AVS [line 42]
PAYMENT_PROCESS_ERROR_CVV [line 43]
PAYMENT_PROCESS_ERROR_INCOMPLETE [line 40]
PAYMENT_PROCESS_ERROR_INVALID [line 41]
PAYMENT_PROCESS_ERROR_NOFIELD [line 38]
PAYMENT_PROCESS_ERROR_NOPROCESSOR [line 39]
PAYMENT_PROCESS_ERROR_NOTIMPLEMENTED [line 37]
PAYMENT_PROCESS_RESULT_APPROVED [line 82]
PAYMENT_PROCESS_RESULT_DECLINED [line 83]
PAYMENT_PROCESS_RESULT_DUPLICATE [line 86]
PAYMENT_PROCESS_RESULT_FRAUD [line 85]
PAYMENT_PROCESS_RESULT_OTHER [line 84]
PAYMENT_PROCESS_RESULT_REVIEW [line 87]
PAYMENT_PROCESS_SOURCE_ONLINE [line 77]
PAYMENT_PROCESS_SOURCE_POS [line 76]
Documentation generated on Mon, 11 Mar 2019 14:00:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|