Customers table: exclude anonymous from batch
This commit is contained in:
parent
f8f7f87cca
commit
69ae1401a3
3 changed files with 4359 additions and 88 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const anonymousCustomer = {
|
||||
uuid : '47ac1184-8102-11e7-9079-8f13a7117867',
|
||||
name: 'anonymous',
|
||||
uuid: '47ac1184-8102-11e7-9079-8f13a7117867',
|
||||
name: 'anonymous'
|
||||
}
|
||||
|
||||
module.exports = {anonymousCustomer}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue