hook_receipt_save($receipt)
ecommerce-5--4/docs/developer/hooks/ec_receipt.php, line 91
Save additional information about the receipt to the database.
$receipt The receipt object which is going to be saved.
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
<?php
function hook_receipt_save($receipt) {
}
?>