Plugin Directory

Changeset 3113032


Ignore:
Timestamp:
07/05/2024 12:19:42 PM (21 months ago)
Author:
jnser
Message:

Fixes shipping methods

Location:
stan-checkout/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stan-checkout/trunk/README.txt

    r3104192 r3113032  
    44Requires at least: 5.0.0
    55Tested up to: 6.5.2
    6 Stable tag: 1.3.1
     6Stable tag: 1.3.2
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • stan-checkout/trunk/includes/classes/class-wc-stan-checkout-shipping-api.php

    r3100659 r3113032  
    4545
    4646                    array_push( $available_shipping_methods, $shipping_method );
     47
     48                    WcStanCheckoutLogger::log( 'push shipping method ' . $shipping_rate->get_method_id() );
    4749                }
    48                 WcStanCheckoutLogger::log( 'push shipping method ' . $shipping_rate->get_method_id() );
    4950            }
    5051        }
  • stan-checkout/trunk/wc-stan-checkout.php

    r3104192 r3113032  
    1919 * Plugin URI:        https://compte.stan-app.fr
    2020 * 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.1
     21 * Version:           1.3.2
    2222 * Author:            Brightweb
    2323 * Author URI:        https://stan-business.fr
Note: See TracChangeset for help on using the changeset viewer.