Function Hook_payment_gateway_authorize->_get_access_details
Definitions
sources/hooks/systems/payment_gateway/authorize.php
- Get authorize access detail.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: login username, transaction key, signature key
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get authorize access detail.
*
* @return array A pair: login username, transaction key, signature key
*/
protected function _get_access_details() : array
* Get authorize access detail.
*
* @return array A pair: login username, transaction key, signature key
*/
protected function _get_access_details() : array

