diff --git a/inc/class-wooviet-provinces.php b/inc/class-wooviet-provinces.php index bff188b..c7f9b95 100644 --- a/inc/class-wooviet-provinces.php +++ b/inc/class-wooviet-provinces.php @@ -6,8 +6,6 @@ if ( ! defined( 'ABSPATH' ) ) { /** * The class to handle Vietnam Provinces * - * @todo Arrange the orders of fields displaying in the checkout page: Country - Province - District - Address - * * @author htdat * @since 1.0 * @@ -143,6 +141,7 @@ class WooViet_Provinces { /** * Enqueue provinces scripts * + * Arrange the address field orders to the Vietnam standard in the checkout page: Country - Province - District - Address * @author Longkt * @since 1.4 */ @@ -153,4 +152,4 @@ class WooViet_Provinces { // Enqueue province script wp_enqueue_script( 'woo-viet-provinces-script', WOO_VIET_URL . 'assets/provinces.js', array( 'jquery' ), '1.0', true ); } -} \ No newline at end of file +}