Payment_Process
[ class tree: Payment_Process ] [ index: Payment_Process ] [ all elements ]

Class: Payment_Process_TrustCommerce

Source Location: /Payment_Process-0.6.8/Process/TrustCommerce.php

Class Overview

Payment_Process_Common
   |
   --Payment_Process_TrustCommerce

Payment_Process_TrustCommerce


Author(s):

Version:

  • @version@

Copyright:

  • 1997-2005 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 68]
Payment_Process_TrustCommerce

This is a processor for TrustCommerce's merchant payment gateway. (http://www.trustcommerce.com/)

*** WARNING *** This is ALPHA code, and has not been fully tested. It is not recommended that you use it in a production envorinment without further testing.



[ Top ]


Class Variables

$_typeFieldMap = array(

           'CreditCard' => array(

                    'cardNumber' => 'cc',
                    'cvv' => 'cvv',
                    'expDate' => 'exp'

           ),'eCheck'=>array('routingCode'=>'routing','accountNumber'=>'account','name'=>'name'))

[line 104]

$_typeFieldMap

Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

Payment_Process_TrustCommerce (Constructor)   [line 159]

Payment_Process_TrustCommerce Payment_Process_TrustCommerce( [ $options = false])


Parameters:

   $options   — 

[ Top ]

__construct (Constructor)   [line 153]

void __construct( [array $options = false])

Constructor.

Overrides Payment_Process_Common::__construct() (__construct)

Parameters:

array   $options   —  Class options to set.

[ Top ]

getStatus   [line 247]

boolean getStatus( )

Get (completed) transaction status.
  • Return: status.

[ Top ]

process   [line 169]

mixed &process( )

Process the transaction.
  • Return: Payment_Process_Result on success, PEAR_Error on failure

Overrides Payment_Process_Common::process() (Processes the transaction.)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:41:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.