Changeset 3113032
- Timestamp:
- 07/05/2024 12:19:42 PM (21 months ago)
- Location:
- stan-checkout/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/classes/class-wc-stan-checkout-shipping-api.php (modified) (1 diff)
-
wc-stan-checkout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stan-checkout/trunk/README.txt
r3104192 r3113032 4 4 Requires at least: 5.0.0 5 5 Tested up to: 6.5.2 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
stan-checkout/trunk/includes/classes/class-wc-stan-checkout-shipping-api.php
r3100659 r3113032 45 45 46 46 array_push( $available_shipping_methods, $shipping_method ); 47 48 WcStanCheckoutLogger::log( 'push shipping method ' . $shipping_rate->get_method_id() ); 47 49 } 48 WcStanCheckoutLogger::log( 'push shipping method ' . $shipping_rate->get_method_id() );49 50 } 50 51 } -
stan-checkout/trunk/wc-stan-checkout.php
r3104192 r3113032 19 19 * Plugin URI: https://compte.stan-app.fr 20 20 * Description: Vous perdez des utilisateurs lorsque vous demandez de s'inscrire, remplir les formulaires est la première raison qui mène les utilisateurs à quitter un site. Avec Stan Checkout vos utilisateurs s'inscrivent sans formulaire, sans contrainte. 21 * Version: 1.3. 121 * Version: 1.3.2 22 22 * Author: Brightweb 23 23 * Author URI: https://stan-business.fr
Note: See TracChangeset
for help on using the changeset viewer.