CORE POS - IS4C
The CORE POS front end
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Valutec Class Reference
Inheritance diagram for Valutec:
BasicCCModule

Public Member Functions

 handlesType ($type)
 
 entered ($validate, $json)
 
 cleanup ($json)
 
 paycardVoid ($transID, $laneNo=-1, $transNo=-1, $json=array())
 
- Public Member Functions inherited from BasicCCModule
 __construct ()
 
 handlesType ($type)
 
 entered ($validate, $json)
 
 doSend ($type)
 
 cleanup ($json)
 
 paycardVoid ($transID, $laneNo=-1, $transNo=-1, $json=array())
 
 myRefNum ($ref)
 
 lookupTransaction ($ref, $local, $mode)
 
 handleResponse ($response)
 
 refnum ($transID)
 
 setErrorMsg ($errorCode)
 
 setPAN ($input)
 

Protected Member Functions

 sendAuth ()
 
 sendVoid ()
 
 sendBalance ()
 
 handleResponseAuth ($authResult)
 
 handleResponseVoid ($vdResult)
 
 handleResponseBalance ($balResult)
 
- Protected Member Functions inherited from BasicCCModule
 curlSend ($data=False, $type='POST', $xml=False, $extraOpts=array(), $autoHandle=true)
 
 array2post ($parray)
 
 soapify ($action, $objs, $namespace="", $encode_tags=true)
 
 desoapify ($action, $soaptext)
 

Protected Attributes

 $sendByType
 
 $respondByType
 
- Protected Attributes inherited from BasicCCModule
 $GATEWAY
 
 $SOAPACTION = ''
 
 $SOAP_ENVELOPE_ATTRS
 
 $sendByType = array()
 
 $respondByType = array()
 
 $trans_pan
 

Additional Inherited Members

- Static Public Member Functions inherited from BasicCCModule
static mockResponse ($mock)
 
- Public Attributes inherited from BasicCCModule
 $last_ref_num = ''
 
 $last_req_id = 0
 
 $last_paycard_transaction_id = 0
 

Member Data Documentation

Valutec::$respondByType
protected
Initial value:
= array(
PaycardLib::PAYCARD_MODE_ACTIVATE => 'handleResponseAuth',
PaycardLib::PAYCARD_MODE_ADDVALUE => 'handleResponseAuth',
PaycardLib::PAYCARD_MODE_AUTH => 'handleResponseAuth',
PaycardLib::PAYCARD_MODE_VOID => 'handleResponseVoid',
PaycardLib::PAYCARD_MODE_BALANCE => 'handleResponseBalance',
)
Valutec::$sendByType
protected
Initial value:
= array(
PaycardLib::PAYCARD_MODE_ACTIVATE => 'sendAuth',
PaycardLib::PAYCARD_MODE_ADDVALUE => 'sendAuth',
PaycardLib::PAYCARD_MODE_AUTH => 'sendAuth',
PaycardLib::PAYCARD_MODE_VOID => 'sendVoid',
PaycardLib::PAYCARD_MODE_BALANCE => 'sendBalance',
)

The documentation for this class was generated from the following file: