Function __global->get_transaction_row

Definitions

sources/ecommerce.php

  • Get a transaction row.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$txn_id ID_TEXT required parameter N/A N/A Transaction ID
$missing_ok boolean False N/A N/A Whether to not warn_exit if the transaction is missing and return null instead

Return

  • Row (null: not found and $missing_ok was true)
  • Type: ?array
  • Set: N/A
  • Range: N/A