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

Class: Payment_Process2_LinkPoint

Source Location: /Payment_Process2-0.3.1/Payment/Process2/LinkPoint.php

Class Overview

Payment_Process2_Common
   |
   --Payment_Process2_LinkPoint

Payment_Process2_LinkPoint


Author(s):

Version:

  • @version@

Copyright:

  • 1997-2005 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 66]
Payment_Process2_LinkPoint

This is a processor for LinkPoint's merchant payment gateway. (http://www.linkpoint.net/)

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

  • Author: Joe Stump <joe@joestump.net>
  • Version: @version@
  • Copyright: 1997-2005 The PHP Group


[ Top ]


Class Variables

$_typeFieldMap = array(

           'CreditCard' => array(

                    'cardNumber' => 'cardnumber',
                    'cvv'        => 'cvm',
                    'expDate'    => 'expDate'

           ),'eCheck'=>array('routingCode'=>'routing','accountNumber'=>'account','type'=>'type','bankName'=>'bank','name'=>'name','driversLicense'=>'dl','driversLicenseState'=>'dlstate'))

[line 103]

$_typeFieldMap

Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

__construct (Constructor)   [line 153]

void __construct( [array $options = array()], [HTTP_Request2 $request = null])

Constructor.
  • See: Payment_Process::setOptions()

Overrides Payment_Process2_Common::__construct() (__construct)

Parameters:

array   $options   —  Class options to set.
HTTP_Request2   $request   — 

[ Top ]

getStatus   [line 340]

void getStatus( )

  • Access: public

[ Top ]

prepareRequestData   [line 159]

void prepareRequestData( )

  • Access: public

[ Top ]

process   [line 183]

mixed process( )

Process the transaction.
  • Return: Payment_Process2_Result on success, PEAR_Error on failure
  • Author: Joe Stump <joe@joestump.net>
  • Access: public

[ Top ]

translateAction   [line 325]

void translateAction( $action)

  • Access: public

Parameters:

   $action   — 

[ Top ]

validate   [line 163]

void validate( )


Overrides Payment_Process2_Common::validate() (validate)
[ Top ]


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