Compare commits

..

No commits in common. "71a4402d8863b4d00cd264b939ef182a88eea492" and "47f53b37e21224da99e448c9da90c62fdcec16b8" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/**
* Plugin Name: Carrier Account Shipping
* Description: Carrier Account Shipping Method for WooCommerce
* Version: 1.0.1
* Version: 1.0.0
* Author: Eric Fawcett
* Author URI: http://ericfawcett.com
* Gitea Plugin URI: https://dev.ericfawcett.com/ericfawcett/wc-shipping-carrier-account
@ -160,7 +160,7 @@ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', g
'' => __('Select a carrier', 'carrieracct'),
'UPS' => __('UPS', 'carrieracct'),
'FedEx' => __('FedEx', 'carrieracct'),
'DHL' => __( 'DHL', 'carrieracct' ),
'DHL' => __('DHL', 'carrieracct'),
)
), WC()->checkout->get_value( 'carrier_name' ));