Changeset 3329535
- Timestamp:
- 07/17/2025 09:27:09 AM (8 months ago)
- Location:
- webtonative/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
index.php (modified) (1 diff)
-
website/iap.php (modified) (1 diff)
-
website/scripts/woocommerce.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webtonative/trunk/README.md
r3322172 r3329535 4 4 Requires at least: 2.0.2 5 5 Tested up to: 6.7.1 6 Stable tag: 2.8. 86 Stable tag: 2.8.9 7 7 License: GPLv2 or later 8 8 -
webtonative/trunk/index.php
r3322172 r3329535 3 3 Plugin Name: webtonative 4 4 Description: webtonative Plugin 5 Version: 2.8. 85 Version: 2.8.9 6 6 Author: webtonative 7 7 */ -
webtonative/trunk/website/iap.php
r3322172 r3329535 22 22 $webtonative_settings = get_option('woocommerce_webtonative_settings'); 23 23 24 wp_register_script('webtonative-iap', plugins_url('scripts/woocommerce.js?var=6.14. 6', __FILE__), array('webtonative', 'jquery'), filemtime(plugin_dir_path(__FILE__) . 'scripts/woocommerce.js'), true);24 wp_register_script('webtonative-iap', plugins_url('scripts/woocommerce.js?var=6.14.7', __FILE__), array('webtonative', 'jquery'), filemtime(plugin_dir_path(__FILE__) . 'scripts/woocommerce.js'), true); 25 25 wp_localize_script('webtonative-iap', 'wtn_biometric_settings', array( 26 26 'btn_proccessing_text' => $saved_settings['processing_button_text'], -
webtonative/trunk/website/scripts/woocommerce.js
r3322172 r3329535 13 13 const resturl = webtonative_payment_settings.rest_url; 14 14 const isLoggedIn = wtn_biometric_settings.isLoggedIn === '1'; 15 if (!isLoggedIn) return;15 // if (!isLoggedIn) return; 16 16 17 17 const isIAPEnabled = wtn_biometric_settings.iap_enabled === '1';
Note: See TracChangeset
for help on using the changeset viewer.