Plugin Directory

Changeset 3239495


Ignore:
Timestamp:
02/12/2025 03:30:11 PM (14 months ago)
Author:
eshoplogistic
Message:

Исправлена ошибка в работе модального режима

Location:
eshoplogisticru/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eshoplogisticru/trunk/assets/js/checkout_frame_v2.js

    r3205693 r3239495  
    918918            let hash = objectHash.sha1(data);
    919919            hashSelectService = hash
     920            console.log(hashSelectService)
    920921
    921922            if (typeof data.terminal == 'object') {
     
    973974
    974975            if(hash !== hashSelectService){
    975                 esl.confirm(data)
    976             }
     976            }
     977            esl.confirm(data)
     978
    977979        })
    978980
  • eshoplogisticru/trunk/readme.txt

    r3236049 r3239495  
    33Tags: доставка, eshoplogisticru, woocommerce, цена доставки, срок доставки, стоимость доставки, сдэк, пэк, dostavista, picpoint, деловые линии, iml, boxberry, gtd, байкалсервис, сберлогистика, delivery, яндекс доставка
    44Tested up to: 6.71
    5 Stable tag: 2.1.48
     5Stable tag: 2.1.49
    66License: GPLv2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • eshoplogisticru/trunk/wc-eshop-logistic.php

    r3236044 r3239495  
    66 *
    77 * @link              https://wp.eshoplogistic.ru/
    8  * @since             2.1.48
     8 * @since             2.1.49
    99 * @package           WC_Eshop_Logistic
    1010 *
     
    1313 * Plugin URI:        https://wp.eshoplogistic.ru/
    1414 * Description:       Несколько служб доставки в одной интеграции: CDEK, DPD, Boxberry, IML, Почта России, Деловые Линии, ПЭК, Dostavista, GTD, Байкал Сервис и др.
    15  * Version:           2.1.48
     15 * Version:           2.1.49
    1616 * Author:            eShopLogistic
    1717 * Author URI:        https://eshoplogistic.ru/p747575
     
    4242define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) );
    4343
    44 define( 'WC_ESL_VERSION', '2.1.48' );
     44define( 'WC_ESL_VERSION', '2.1.49' );
    4545
    4646define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset for help on using the changeset viewer.