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

Class: Payment_Process_offline

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

Class Overview

Payment_Process
   |
   --Payment_Process_offline

Payment_Process_offline


Author(s):

Version:

  • Release: @package_version@

Methods


Inherited Variables

Inherited Methods

Class: Payment_Process

Payment_Process::factory()
Return an instance of a specific processor.
Payment_Process::fieldExists()
Determines if a field exists.
Payment_Process::getFields()
Get a list of fields.
Payment_Process::getOption()
Get an option value.
Payment_Process::isError()
Statically check a Payment_Result class for error
Payment_Process::isRequired()
Determine if a field is required.
Payment_Process::isSuccess()
Statically check a Payment_Result class for success
Payment_Process::setOption()
Set an option value
Payment_Process::setOptions()
Set class options.

Class Details

[line 58]
Payment_Process_offline

An offline driver that allows you to do offline validation of credit card via the Validate_CreditCard package. This package is intended for those who wish to someday use a payment gateway, but at this time are not currently using one.



[ Top ]


Method Detail

Payment_Process_offline (Constructor)   [line 88]

void Payment_Process_offline( )

Payment_Process_offline

Constructor - currently does nothing


[ Top ]

getStatus   [line 165]

void getStatus( )

getStatus

Return status or PEAR_Error when it has not been processed yet.


[ Top ]

process   [line 103]

mixed process( )

process

Processes the given credit card. Returns PEAR_Error when an error has occurred or it will return a valid Payment_Process_Result on success.


[ Top ]


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