delete log dump
This commit is contained in:
parent
0bc42bf9c6
commit
dcd65ba259
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ if ( ! class_exists( 'WC_Retailcrm_Orders' ) ) :
|
|||
public function orderCreate($order_id)
|
||||
{
|
||||
$order_data = $this->processOrder($order_id);
|
||||
file_put_contents('test.log', var_export($order_data, true));
|
||||
|
||||
$order = new WC_Order($order_id);
|
||||
$customer = $order->get_user();
|
||||
|
|
Loading…
Add table
Reference in a new issue