Correct keyboard types (#1002)
This commit is contained in:
parent
738f146896
commit
004b87ebd1
|
@ -809,6 +809,7 @@ var send = {
|
||||||
color: "#5fc48d",
|
color: "#5fc48d",
|
||||||
title: I18n.t('send_title'),
|
title: I18n.t('send_title'),
|
||||||
description: I18n.t('send_description'),
|
description: I18n.t('send_description'),
|
||||||
|
sequentialParams: true,
|
||||||
params: [{
|
params: [{
|
||||||
name: "amount",
|
name: "amount",
|
||||||
type: status.types.NUMBER
|
type: status.types.NUMBER
|
||||||
|
@ -890,6 +891,7 @@ status.command({
|
||||||
color: "#5fc48d",
|
color: "#5fc48d",
|
||||||
title: I18n.t('request_title'),
|
title: I18n.t('request_title'),
|
||||||
description: I18n.t('request_description'),
|
description: I18n.t('request_description'),
|
||||||
|
sequentialParams: true,
|
||||||
params: [{
|
params: [{
|
||||||
name: "amount",
|
name: "amount",
|
||||||
type: status.types.NUMBER
|
type: status.types.NUMBER
|
||||||
|
|
|
@ -1852,6 +1852,7 @@ status.response({
|
||||||
name: "confirmation-code",
|
name: "confirmation-code",
|
||||||
color: "#7099e6",
|
color: "#7099e6",
|
||||||
description: I18n.t('confirm_description'),
|
description: I18n.t('confirm_description'),
|
||||||
|
sequentialParams: true,
|
||||||
params: [{
|
params: [{
|
||||||
name: "code",
|
name: "code",
|
||||||
type: status.types.NUMBER
|
type: status.types.NUMBER
|
||||||
|
|
Loading…
Reference in New Issue