Changeset 1881056
- Timestamp:
- 05/24/2018 07:55:27 PM (8 years ago)
- Location:
- woo-dhl-tracking-form/trunk
- Files:
-
- 2 edited
-
classes/DHLWebService.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-dhl-tracking-form/trunk/classes/DHLWebService.php
r1881040 r1881056 30 30 $this->language = $language; 31 31 $this->shouldLog = false; 32 $this->logger = new WC_Logger(); 32 33 if($log === "1"){ 33 $this->logger = new WC_Logger(); 34 34 35 $this->shouldLog = true; 35 36 $this->SaveLog("Created DHLService"); -
woo-dhl-tracking-form/trunk/functions.php
r1881040 r1881056 12 12 * Plugin URI: https://github.com/mnording/woocommerce-woo-dhl-tracking-form 13 13 * Description: Enabling fetching tracking info from DHL Freight. 14 * Version: 1.0. 014 * Version: 1.0.1 15 15 * Author: Mnording 16 16 * Author URI: https://mnording.com
Note: See TracChangeset
for help on using the changeset viewer.