File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 202
202
<column xsi : type =" text" name =" vat_request_date" nullable =" true" comment =" Vat Request Date" />
203
203
<column xsi : type =" smallint" name =" vat_request_success" padding =" 6" unsigned =" false" nullable =" true"
204
204
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" />
205
207
<constraint xsi : type =" primary" referenceId =" PRIMARY" >
206
208
<column name =" address_id" />
207
209
</constraint >
Original file line number Diff line number Diff line change @@ -65,3 +65,5 @@ error345,error345
65
65
Carts,Carts
66
66
"Manage carts","Manage carts"
67
67
"Invalid state change requested","Invalid state change requested"
68
+ "Validated Country Code","Validated Country Code"
69
+ "Validated Vat Number","Validated Vat Number"
You can’t perform that action at this time.
0 commit comments