diff --git a/autoload/shop/class.Order.php b/autoload/shop/class.Order.php index cd4b465..14991fc 100644 --- a/autoload/shop/class.Order.php +++ b/autoload/shop/class.Order.php @@ -202,9 +202,9 @@ class Order implements \ArrayAccess mkdir( $dir_logs, 0777, true ); // $file = $dir_logs . date( 'Y-m-d' ) . '-order-set-as-paid.txt'; - $content = date( 'Y-m-d H:i:s' ) . ' | ' . $this -> id . ' | ' . $this -> number . ' | ' . $this -> summary . ' | ' . $this -> client_email . "\n"; - $content .= print_r( $apilo_response, true ) . "\n\n"; - file_put_contents( $file, $content, FILE_APPEND ); + // $content = date( 'Y-m-d H:i:s' ) . ' | ' . $this -> id . ' | ' . $this -> number . ' | ' . $this -> summary . ' | ' . $this -> client_email . "\n"; + // $content .= print_r( $apilo_response, true ) . "\n\n"; + // file_put_contents( $file, $content, FILE_APPEND ); return true; }