diff --git a/catalog/src/test/resources/SpyCarAdvanced.xml b/catalog/src/test/resources/SpyCarAdvanced.xml
index be7c2c6..da2b95b 100644
--- a/catalog/src/test/resources/SpyCarAdvanced.xml
+++ b/catalog/src/test/resources/SpyCarAdvanced.xml
@@ -612,6 +612,10 @@
<value>5.95</value>
</price>
<price>
+ <currency>EUR</currency>
+ <value>6.95</value>
+ </price>
+ <price>
<currency>USD</currency>
<value>7.95</value>
</price>
diff --git a/profiles/killbill/src/main/resources/SpyCarAdvanced.xml b/profiles/killbill/src/main/resources/SpyCarAdvanced.xml
index be7c2c6..da2b95b 100644
--- a/profiles/killbill/src/main/resources/SpyCarAdvanced.xml
+++ b/profiles/killbill/src/main/resources/SpyCarAdvanced.xml
@@ -612,6 +612,10 @@
<value>5.95</value>
</price>
<price>
+ <currency>EUR</currency>
+ <value>6.95</value>
+ </price>
+ <price>
<currency>USD</currency>
<value>7.95</value>
</price>