Skip to content

Commit 13844e4

Browse files
ENGCOM-3498: add missing fields to quote_address #19265
- Merge Pull Request #19265 from ErikPel/magento2:17658-bugfix - Merged commits: 1. e27f09f 2. 7f15bd8
2 parents 2957731 + 7f15bd8 commit 13844e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/Quote/etc/db_schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@
202202
<column xsi:type="text" name="vat_request_date" nullable="true" comment="Vat Request Date"/>
203203
<column xsi:type="smallint" name="vat_request_success" padding="6" unsigned="false" nullable="true"
204204
identity="false" comment="Vat Request Success"/>
205+
<column xsi:type="text" name="validated_country_code" nullable="true" comment="Validated Country Code"/>
206+
<column xsi:type="text" name="validated_vat_number" nullable="true" comment="Validated Vat Number"/>
205207
<constraint xsi:type="primary" referenceId="PRIMARY">
206208
<column name="address_id"/>
207209
</constraint>

app/code/Magento/Quote/i18n/en_US.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ error345,error345
6565
Carts,Carts
6666
"Manage carts","Manage carts"
6767
"Invalid state change requested","Invalid state change requested"
68+
"Validated Country Code","Validated Country Code"
69+
"Validated Vat Number","Validated Vat Number"

0 commit comments

Comments
 (0)