WC_Order_Data_Store_Interface::set_recorded_sales()publicWC 1.0

Stores information about whether sales were recorded.

Method of the class: WC_Order_Data_Store_Interface{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Order_Data_Store_Interface = new WC_Order_Data_Store_Interface();
$WC_Order_Data_Store_Interface->set_recorded_sales( $order, $set );
$order(WC_Order) (required)
Order object.
$set(true|false) (required)
If should set.

WC_Order_Data_Store_Interface::set_recorded_sales() code WC 8.6.1

public function set_recorded_sales( $order, $set );