Function Hook_payment_gateway_authorize->_hmac
Definitions
sources/hooks/systems/payment_gateway/authorize.php
- HMAC helper function.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$key | string | required parameter | N/A | N/A | Transaction key |
$data | string | required parameter | N/A | N/A | Data |
Return
- Encrypted data
- Type: string
- Set: N/A
- Range: N/A