fix lamassu-cancel
This commit is contained in:
parent
8cdad0bc15
commit
b28c99aabb
3 changed files with 29 additions and 13 deletions
8
migrations/034-add_cash_out_error_code.js
Normal file
8
migrations/034-add_cash_out_error_code.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
exports.up = function(next){
|
||||
next();
|
||||
};
|
||||
|
||||
exports.down = function(next){
|
||||
next();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue