Changeset 3014281
- Timestamp:
- 12/26/2023 09:17:37 AM (2 years ago)
- Location:
- hfd-epost-integration/trunk
- Files:
-
- 3 edited
-
class/App.php (modified) (1 diff)
-
hfd-woocommerce-epost.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hfd-epost-integration/trunk/class/App.php
r2884972 r3014281 89 89 $hfd_epost_service_url = get_option( 'betanet_epost_service_url' ); 90 90 if( strpos( $hfd_epost_service_url, "http://" ) !== false || empty( $hfd_epost_service_url ) ){ 91 update_option( 'betanet_epost_service_url', 'https://run.hfd.co.il/ uniscripts/MGrqispi.dll?APPNAME=run&PRGNAME=ws_spotslist&ARGUMENTS=-Aall' );91 update_option( 'betanet_epost_service_url', 'https://run.hfd.co.il/RunCom.Server/Request.aspx?APPNAME=run&PRGNAME=ws_spotslist&ARGUMENTS=-Aall' ); 92 92 } 93 93 if( empty( $track_shipment_url ) ){ -
hfd-epost-integration/trunk/hfd-woocommerce-epost.php
r3011172 r3014281 4 4 Plugin URI: 5 5 Description: Add shipping method of ePost, allowing the user on the checkout, to select the pickup location point from a google map popup. Also allows to synch the order to HFD API after the order is created. 6 Version: 1.5. 36 Version: 1.5.4 7 7 Author: HFD 8 8 Author URI: https://www.hfd.co.il -
hfd-epost-integration/trunk/readme.txt
r3011172 r3014281 5 5 Requires at least: 4.0 6 6 Tested up to: 6.4 7 Stable tag: 1.5. 37 Stable tag: 1.5.4 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.