feat: change custom SMS instances to SMS notices and all its interfaces
This commit is contained in:
parent
04f4891291
commit
0d5f5167ef
12 changed files with 153 additions and 149 deletions
|
|
@ -3,7 +3,7 @@ const argv = require('minimist')(process.argv.slice(2))
|
|||
const { utils: coinUtils } = require('lamassu-coins')
|
||||
const _ = require('lodash/fp')
|
||||
|
||||
const customSms = require('./custom-sms')
|
||||
const customSms = require('./sms-notices')
|
||||
|
||||
const getDefaultMessageContent = content => ({
|
||||
smsCode: `Your cryptomat code: ${content.code}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue