From 88335691cd8e40445e9cb818cf87d62e710b6ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Ramirez?= <39272785+zJesusJavier@users.noreply.github.com> Date: Sun, 13 Jan 2019 10:01:37 -0400 Subject: [PATCH] Updating Venezuelan Currency The new Venezuelan currency is Bs S --- includes/wc-core-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index d503708f328..b2052bca15e 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -627,7 +627,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) { 'USD' => '$', 'UYU' => '$', 'UZS' => 'UZS', - 'VEF' => 'Bs F', + 'VEF' => 'Bs S', 'VND' => '₫', 'VUV' => 'Vt', 'WST' => 'T',