LLMS_Order::record_transaction( array $data = array() )
Record a transaction for the order
Description Description
Parameters Parameters
- $data
-
(Optional) array of additional data to store for the transaction
Default value: array()
Return Return
(obj) instance of LLMS_Transaction for the created transaction
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |