Changeset 3239495
- Timestamp:
- 02/12/2025 03:30:11 PM (14 months ago)
- Location:
- eshoplogisticru/trunk
- Files:
-
- 3 edited
-
assets/js/checkout_frame_v2.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wc-eshop-logistic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eshoplogisticru/trunk/assets/js/checkout_frame_v2.js
r3205693 r3239495 918 918 let hash = objectHash.sha1(data); 919 919 hashSelectService = hash 920 console.log(hashSelectService) 920 921 921 922 if (typeof data.terminal == 'object') { … … 973 974 974 975 if(hash !== hashSelectService){ 975 esl.confirm(data) 976 } 976 } 977 esl.confirm(data) 978 977 979 }) 978 980 -
eshoplogisticru/trunk/readme.txt
r3236049 r3239495 3 3 Tags: доставка, eshoplogisticru, woocommerce, цена доставки, срок доставки, стоимость доставки, сдэк, пэк, dostavista, picpoint, деловые линии, iml, boxberry, gtd, байкалсервис, сберлогистика, delivery, яндекс доставка 4 4 Tested up to: 6.71 5 Stable tag: 2.1.4 85 Stable tag: 2.1.49 6 6 License: GPLv2 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
eshoplogisticru/trunk/wc-eshop-logistic.php
r3236044 r3239495 6 6 * 7 7 * @link https://wp.eshoplogistic.ru/ 8 * @since 2.1.4 88 * @since 2.1.49 9 9 * @package WC_Eshop_Logistic 10 10 * … … 13 13 * Plugin URI: https://wp.eshoplogistic.ru/ 14 14 * Description: Несколько служб доставки в одной интеграции: CDEK, DPD, Boxberry, IML, Почта России, Деловые Линии, ПЭК, Dostavista, GTD, Байкал Сервис и др. 15 * Version: 2.1.4 815 * Version: 2.1.49 16 16 * Author: eShopLogistic 17 17 * Author URI: https://eshoplogistic.ru/p747575 … … 42 42 define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) ); 43 43 44 define( 'WC_ESL_VERSION', '2.1.4 8' );44 define( 'WC_ESL_VERSION', '2.1.49' ); 45 45 46 46 define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset
for help on using the changeset viewer.