hook_alloc_load($txnid)
ecommerce-5--4/docs/developer/hooks/ec_receipt.php, line 247
Load an allocation object. Eg. store returns the total for a transaction.
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
<?php
function hook_alloc_load($txnid) {
return store_transaction_load($txnid);
}
?>