Changeset 3238325
- Timestamp:
- 02/11/2025 06:52:28 AM (14 months ago)
- Location:
- time-express/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
timexpress-delivery.php (modified) (2 diffs)
-
utils/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
time-express/trunk/readme.txt
r3182334 r3238325 5 5 Tested up to: 6.6.2 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.1 17 Stable tag: 1.0.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
time-express/trunk/timexpress-delivery.php
r3182334 r3238325 2 2 /** 3 3 * @package timexpress-delivery 4 * @version 1.0.1 14 * @version 1.0.12 5 5 */ 6 6 /* … … 8 8 Description: Plugin Enables Option To Add Time Express as shipping provider 9 9 Author: Time Express 10 Version: 1.0.1 110 Version: 1.0.12 11 11 * Requires at least: 5.4 12 12 * Requires PHP: 7.0 -
time-express/trunk/utils/functions.php
r3182334 r3238325 229 229 $tracking_url='https://www.timexpress.ae/track/'.$awb_tracking_no; 230 230 231 $download_awb='http:/timeexpress.dnsalias.com:880/A6/R.aspx?A='.$awb_tracking_no; 231 // $download_awb='http:/timeexpress.dnsalias.com:880/A6/R.aspx?A='.$awb_tracking_no; 232 $download_awb='http://timeexpress.dnsalias.com:880/Awbprint/R.aspx?A='.$awb_tracking_no.'&CUST=TIMEXACC&USR=TIMEXUSR&PWD=TIMEX@@123'; 232 233 $subject = "Order Processed to TimeExpress"; 233 234
Note: See TracChangeset
for help on using the changeset viewer.