fix: remove machine selector

This commit is contained in:
Sérgio Salgado 2021-08-25 16:56:07 +01:00
parent 30bc9c96da
commit ee8c46b51e
8 changed files with 32 additions and 132 deletions

View file

@ -361,7 +361,7 @@ function plugins (settings, deviceId) {
const phone = tx.phone
const timestamp = dateFormat(new Date(), 'UTC:HH:MM Z')
return sms.getCashOutReadySms(deviceId, phone, timestamp)
return sms.getCashOutReadySms(phone, timestamp)
.then(msg => {
const rec = {
sms: msg
@ -723,7 +723,7 @@ function plugins (settings, deviceId) {
? '123'
: randomCode()
return sms.getPhoneCodeSms(deviceId, phone, code)
return sms.getPhoneCodeSms(phone, code)
.then(msg => {
const rec = {
sms: msg