IP.Board  3.3.0
gateway_manual Class Reference
Inheritance diagram for gateway_manual:
gatewayCore

Public Member Functions

 getPaymentInstructions ()
 payout ($payout)
 payScreen ()
 validatePayment ()

Member Function Documentation

Get Payment Instructions

Reimplemented from gatewayCore.

payout ( payout)

Payout

Parameters:
arrayRow from nexus_payouts
Returns:
string HTML to display
payScreen ( )

Payment Screen

Returns:
array array( 'html' => ..., // HTML to display in select method box 'button' => ..., // HTML to replacde button with )

Reimplemented from gatewayCore.

Validate Payment

Returns:
array Should return an array with: First element being the transaction ID number Second element being one of: "okay" if the payment was all good "hold" if we're not sure and need the admin to take a look "fail" if the payment failed Third element should be anything to note, such as why a payment is being held Fourth element should be message to display to customer, if payment is held or failed Fifth element should be the gateway-assigned transaction ID number Sixth element should be an array with any additional information to save

Reimplemented from gatewayCore.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables