Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing fields to quote_address #19265

Merged
merged 2 commits into from
Mar 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"/>
ErikPel marked this conversation as resolved.
Show resolved Hide resolved
<column xsi:type="text" name="validated_vat_number" nullable="true" comment="Validated Vat Number"/>
ErikPel marked this conversation as resolved.
Show resolved Hide resolved
<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"