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

Class: Payment_Process2_Bibit

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

Class Overview

Payment_Process2_Common
   |
   --Payment_Process2_Bibit

Payment_Process2_Bibit


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1997-2005 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 69]
Payment_Process2_Bibit

This is a process for Bibit's merchant payment gateway. (http://www.bibit.com)

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



[ Top ]


Class Variables

$_typeFieldMap = array(
        'CreditCard' => array(
            'cvv' => 'x_card_code',
            'expDate' => 'x_exp_date',
            'cardNumber' => 'x_card_num',
        ))

[line 194]

$_typeFieldMap
  • Access: protected

Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

__construct (Constructor)   [line 209]

Payment_Process2_Bibit __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 623]

void getStatus( )

  • Access: public

[ Top ]

prepareRequestData   [line 255]

void prepareRequestData( )

  • Access: public

[ Top ]

process   [line 222]

mixed process( )

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

[ Top ]

translateAction   [line 608]

void translateAction( $action)

  • Access: public

Parameters:

   $action   — 

[ Top ]


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