Skip to content

Commit

Permalink
1.1.3b
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsetyono committed Oct 28, 2017
1 parent cdab685 commit fa77353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var startCheckout = {
var $state = $(this);
var $wrapper = $state.closest('.woocommerce-billing-fields, .woocommerce-shipping-fields');
var $cityField = $wrapper.find('[id*="_city_field"]');
var $country = $wrapper.find('[name="billing_country"], [name="shipping_country"]');

// only run if Country is Indonesia
if($country.val() === 'ID') {
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-indo-shipping.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: http://github.com/hrsetyono/wc-indo-shipping
Author: The Syne Studio
Author URI: http://thesyne.com/
Version: 1.1.3
Version: 1.1.3b
*/

if(!defined('ABSPATH') ) { exit; } // exit if accessed directly
Expand Down

0 comments on commit fa77353

Please sign in to comment.