File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/Vault/etc Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 12
12
comment =" Entity ID" />
13
13
<column xsi : type =" int" name =" customer_id" unsigned =" true" nullable =" true" identity =" false"
14
14
comment =" Customer ID" />
15
+ <column xsi : type =" int" name =" website_id" unsigned =" true" nullable =" true" identity =" false" comment =" Website ID" />
15
16
<column xsi : type =" varchar" name =" public_hash" nullable =" false" length =" 128"
16
17
comment =" Hash code for using on frontend" />
17
18
<column xsi : type =" varchar" name =" payment_method_code" nullable =" false" length =" 128"
Original file line number Diff line number Diff line change 11
11
"gateway_token" : true ,
12
12
"details" : true ,
13
13
"is_active" : true ,
14
- "is_visible" : true
14
+ "is_visible" : true ,
15
+ "website_id" : true
15
16
},
16
17
"constraint" : {
17
18
"PRIMARY" : true ,
You can’t perform that action at this time.
0 commit comments