Insert anonymous customer as default reference for cach_in_txs & cash_out_txs tables

This commit is contained in:
goga-m 2017-08-14 20:17:08 +03:00
parent 143ce8a98c
commit 8286be4e4b
2 changed files with 10 additions and 2 deletions

6
lib/constants.js Normal file
View file

@ -0,0 +1,6 @@
const anonymous_customer = {
uuid : '47ac1184-8102-11e7-9079-8f13a7117867',
name: 'anonymous',
}
module.exports = {anonymous_customer}