Plugin Directory

Changeset 3399073


Ignore:
Timestamp:
11/19/2025 03:09:27 PM (3 months ago)
Author:
phcwordpress
Message:

Remove plugin log in createCustomer T#68336

Location:
drivefx-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • drivefx-woocommerce/trunk/PHCLibrary/customers.php

    r3394987 r3399073  
    137137    public function createCustomer($ch, $credentials, $dataPack) {
    138138         ###
    139          $this->logs->writeFileLog('CREATER CUSTOMER', $ch);
     139         //$this->logs->writeFileLog('CREATER CUSTOMER', $ch);
    140140
    141141         $customer = $dataPack->customer;
  • drivefx-woocommerce/trunk/readme.txt

    r3394987 r3399073  
    44Requires at least: 4.5
    55Tested up to: 6.7
    6 Stable tag: 5.0.0
     6Stable tag: 5.0.1
    77License: GPLv2 or later
    88Requires Plugins: woocommerce
     
    9292 = 5.0 =
    9393 * improvements and adjustments to information related with the plugin
     94
    9495 
  • drivefx-woocommerce/trunk/settings/syncro_gate.php

    r3394987 r3399073  
    856856                $order->post_Id = $wooOrder->post_ID;
    857857                $order->status = $wooOrder->statusOrder;
    858                 $order->doc_Id = "2";//$wooOrder->docId;
     858                $order->doc_Id = $wooOrder->docId;
    859859                $order->order_Id = $wooOrder->orderId;
    860860                $order->cart = $prodPack;
Note: See TracChangeset for help on using the changeset viewer.