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

Class: Payment_Process_Bibit

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

Class Overview

Payment_Process_Common
   |
   --Payment_Process_Bibit

Payment_Process_Bibit


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 1997-2005 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 80]
Payment_Process_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 205]

$_typeFieldMap
  • Access: protected

Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

Payment_Process_Bibit (Constructor)   [line 233]

Payment_Process_Bibit Payment_Process_Bibit( [array $options = false])

PHP4-style constructor

Parameters:

array   $options   —  options

[ Top ]

__construct (Constructor)   [line 220]

Payment_Process_Bibit __construct( [array $options = false])

Constructor.

Overrides Payment_Process_Common::__construct() (__construct)

Parameters:

array   $options   —  Class options to set.

[ Top ]

process   [line 243]

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.