1
0
Fork 0
mirror of synced 2025-04-06 07:13:33 +03:00

delete log dump

This commit is contained in:
Igor Kostyakov 2017-08-21 17:55:29 +03:00
parent 0bc42bf9c6
commit dcd65ba259

View file

@ -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();