diff --git a/assets/js/amazon-app-widgets.js b/assets/js/amazon-app-widgets.js index 11c3bec4..dadd6b3c 100644 --- a/assets/js/amazon-app-widgets.js +++ b/assets/js/amazon-app-widgets.js @@ -683,10 +683,10 @@ jQuery( function( $ ) { } $( 'body' ).on( 'updated_checkout', function() { - toggleFieldVisibility( 'shipping', 'state' ); if( ! isAmazonCheckout() ) { return; } + toggleFieldVisibility( 'shipping', 'state' ); if ( $( '.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > *' ).length > 0 ) { $( '.woocommerce-billing-fields' ).insertBefore( '#payment' ); }