Function Hook_payment_gateway_authorize->do_local_transaction
Definitions
sources/hooks/systems/payment_gateway/authorize.php
- Perform a local transaction (a transaction where details are taken in locally and sent to the payment API invisibly-to-the-user).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
There are no entries at this time
Returns
- A tuple: success (boolean), message (string), raw message (string), transaction ID (string)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Perform a local transaction (a transaction where details are taken in locally and sent to the payment API invisibly-to-the-user).
*
* @return array A tuple: success (boolean), message (string), raw message (string), transaction ID (string)
*/
public function do_local_transaction() : array
* Perform a local transaction (a transaction where details are taken in locally and sent to the payment API invisibly-to-the-user).
*
* @return array A tuple: success (boolean), message (string), raw message (string), transaction ID (string)
*/
public function do_local_transaction() : array

