|
|
| handlesType ($type) |
| |
|
| entered ($validate, $json) |
| |
|
| cleanup ($json) |
| |
|
| paycardVoid ($transID, $laneNo=-1, $transNo=-1, $json=array()) |
| |
| | __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) |
| |
|
|
| sendAuth () |
| |
|
| sendVoid () |
| |
|
| sendBalance () |
| |
|
| handleResponseAuth ($authResult) |
| |
|
| handleResponseVoid ($vdResult) |
| |
|
| handleResponseBalance ($balResult) |
| |
| | curlSend ($data=False, $type='POST', $xml=False, $extraOpts=array(), $autoHandle=true) |
| |
| | array2post ($parray) |
| |
| | soapify ($action, $objs, $namespace="", $encode_tags=true) |
| |
| | desoapify ($action, $soaptext) |
| |
|
| | $sendByType |
| |
| | $respondByType |
| |
|
| $GATEWAY |
| |
|
| $SOAPACTION = '' |
| |
| | $SOAP_ENVELOPE_ATTRS |
| |
|
| $sendByType = array() |
| |
|
| $respondByType = array() |
| |
|
| $trans_pan |
| |
|
|
static | mockResponse ($mock) |
| |
|
| $last_ref_num = '' |
| |
|
| $last_req_id = 0 |
| |
|
| $last_paycard_transaction_id = 0 |
| |
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',
)
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:
- pos/is4c-nf/plugins/Paycards/Valutec.php