hook_receipt_save

Definition

hook_receipt_save($receipt)
ecommerce-5--4/docs/developer/hooks/ec_receipt.php, line 91

Description

Save additional information about the receipt to the database.

Parameters

$receipt The receipt object which is going to be saved.

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Code

<?php
function hook_receipt_save($receipt) {
}
?>