From 07752c33bf753768fcae7809a3d5959dc51e7530 Mon Sep 17 00:00:00 2001 From: flemarie Date: Sun, 20 Nov 2016 22:04:15 +0400 Subject: [PATCH] Update class-wc-countries.php State is not exist for this country : - French Guyanne : GF - Reunion Island : RE - Mayotte : YT - Guadeloupe : GP - Martinique : MQ Thank you --- includes/class-wc-countries.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/class-wc-countries.php b/includes/class-wc-countries.php index b2a955224dc..e74aeaedc4c 100644 --- a/includes/class-wc-countries.php +++ b/includes/class-wc-countries.php @@ -98,19 +98,24 @@ class WC_Countries { 'EE' => array(), 'FI' => array(), 'FR' => array(), + 'GP' => array(), + 'GF' => array(), 'IS' => array(), 'IL' => array(), 'KR' => array(), + 'MQ' => array(), 'NL' => array(), 'NO' => array(), 'PL' => array(), 'PT' => array(), + 'RE' => array(), 'SG' => array(), 'SK' => array(), 'SI' => array(), 'LK' => array(), 'SE' => array(), 'VN' => array(), + 'YT' => array(), ); // Load only the state files the shop owner wants/needs.