Skip to content

Commit

Permalink
ENGCOM-3498: add missing fields to quote_address #19265
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko authored Mar 28, 2019
2 parents bbefda2 + 50434dd commit 3b37a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Quote/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@
<column xsi:type="text" name="vat_request_date" nullable="true" comment="Vat Request Date"/>
<column xsi:type="smallint" name="vat_request_success" padding="6" unsigned="false" nullable="true"
identity="false" comment="Vat Request Success"/>
<column xsi:type="text" name="validated_country_code" nullable="true" comment="Validated Country Code"/>
<column xsi:type="text" name="validated_vat_number" nullable="true" comment="Validated Vat Number"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="address_id"/>
</constraint>
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/Quote/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ error345,error345
Carts,Carts
"Manage carts","Manage carts"
"Invalid state change requested","Invalid state change requested"
"Validated Country Code","Validated Country Code"
"Validated Vat Number","Validated Vat Number"

0 comments on commit 3b37a8e

Please sign in to comment.