Changeset 2744534
- Timestamp:
- 06/18/2022 11:08:46 AM (4 years ago)
- Location:
- buy-one-click-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.1 (copied) (copied from buy-one-click-woocommerce/trunk)
-
tags/2.1.1/buycli-index.php (modified) (1 diff)
-
tags/2.1.1/src/Options/Marketing.php (modified) (2 diffs)
-
trunk/buycli-index.php (modified) (1 diff)
-
trunk/src/Options/Marketing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buy-one-click-woocommerce/tags/2.1.1/buycli-index.php
r2743797 r2744534 5 5 * Plugin URI: http://zixn.ru/plagin-zakazat-v-odin-klik-dlya-woocommerce.html 6 6 * Description: Buy in one click for WooCommerce. The best plugin that adds to your online store purchase button in one click 7 * Version: 2.1. 07 * Version: 2.1.1 8 8 * Author: Djo 9 9 * Author URI: https://zixn.ru -
buy-one-click-woocommerce/tags/2.1.1/src/Options/Marketing.php
r2743797 r2744534 50 50 * @var string 51 51 */ 52 protected string $nameOfYandexMetricaDataContainer = ' ';52 protected string $nameOfYandexMetricaDataContainer = 'dataLayer'; 53 53 54 54 /** … … 59 59 * @var string 60 60 */ 61 protected string $goalIdInYandexECommerce = ' ';61 protected string $goalIdInYandexECommerce = '1'; 62 62 63 63 /** -
buy-one-click-woocommerce/trunk/buycli-index.php
r2743797 r2744534 5 5 * Plugin URI: http://zixn.ru/plagin-zakazat-v-odin-klik-dlya-woocommerce.html 6 6 * Description: Buy in one click for WooCommerce. The best plugin that adds to your online store purchase button in one click 7 * Version: 2.1. 07 * Version: 2.1.1 8 8 * Author: Djo 9 9 * Author URI: https://zixn.ru -
buy-one-click-woocommerce/trunk/src/Options/Marketing.php
r2743797 r2744534 50 50 * @var string 51 51 */ 52 protected string $nameOfYandexMetricaDataContainer = ' ';52 protected string $nameOfYandexMetricaDataContainer = 'dataLayer'; 53 53 54 54 /** … … 59 59 * @var string 60 60 */ 61 protected string $goalIdInYandexECommerce = ' ';61 protected string $goalIdInYandexECommerce = '1'; 62 62 63 63 /**
Note: See TracChangeset
for help on using the changeset viewer.