hook_receipt_load($receipt)
ecommerce-5--4/docs/developer/hooks/ec_receipt.php, line 82
Load additional receipt information from the database.
$receipt Receipt record which this hook is meant to load the additional information.
Return an array of additional information to be included into the receipt before it is returned to the system.
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
<?php
function hook_receipt_load($receipt) {
}
?>