From 89fa074c8cc1c0e13c5fe35abf79c67d42b6f786 Mon Sep 17 00:00:00 2001 From: Gerald Baulig Date: Tue, 3 Dec 2024 15:55:05 +0100 Subject: [PATCH] fix(countries): add netherlands --- datasets/system/data/seed-data/countries.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/datasets/system/data/seed-data/countries.yaml b/datasets/system/data/seed-data/countries.yaml index 35bda1e..1e36404 100644 --- a/datasets/system/data/seed-data/countries.yaml +++ b/datasets/system/data/seed-data/countries.yaml @@ -57,3 +57,18 @@ attributes: - id: urn:restorecommerce:acs:names:ownerInstance value: system +--- + id: netherlands + name: Netherlands + countryCode: NL + geographicalName: Netherlands + economicAreas: + - EEA + meta: + modifiedBy: "" + owners: + - id: urn:restorecommerce:acs:names:ownerIndicatoryEntity + value: urn:restorecommerce:acs:model:organization.Organization + attributes: + - id: urn:restorecommerce:acs:names:ownerInstance + value: system \ No newline at end of file