瀏覽代碼

fix(core): Fix swiss and congolese currency codes (#302)

* fix(core) Fix swiss currency code

* fix(core) Fix congolese franc currency code

https://github.com/vendure-ecommerce/vendure/pull/302
Nico Hauser 5 年之前
父節點
當前提交
2fbf37ab78
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/core/src/api/schema/common/currency-code.graphql

+ 2 - 2
packages/core/src/api/schema/common/currency-code.graphql

@@ -58,9 +58,9 @@ enum CurrencyCode {
     "Canadian dollar"
     CAD
     "Congolese franc"
-    CHE
+    CDF
     "Swiss franc"
-    CHW
+    CHF
     "Chilean peso"
     CLP
     "Renminbi (Chinese) yuan"