Skip to content

Commit

Permalink
chore(assets): update application body [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 9, 2022
1 parent 028c174 commit 5f12fd8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions assets/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
"description": "Nome da forma de pagamento exibido para os clientes",
"default": "Cartão de crédito"
},
"min_amount": {
"type": "number",
"minimum": 0,
"maximum": 999999999,
"title": "Pedido mínimo",
"default": 0,
"description": "Montante mínimo para listar meio de pagamento via cartão de crédito"
},
"text": {
"type": "string",
"maxLength": 1000,
Expand Down Expand Up @@ -131,6 +139,14 @@
"description": "Nome da forma de pagamento exibido para os clientes",
"default": "Boleto bancário"
},
"min_amount": {
"type": "number",
"minimum": 0,
"maximum": 999999999,
"title": "Pedido mínimo",
"default": 0,
"description": "Montante mínimo para listar meio de pagamento via boleto bancário"
},
"text": {
"type": "string",
"maxLength": 1000,
Expand Down Expand Up @@ -176,6 +192,14 @@
"description": "Nome da forma de pagamento exibido para os clientes",
"default": "PIX"
},
"min_amount": {
"type": "number",
"minimum": 0,
"maximum": 999999999,
"title": "Pedido mínimo",
"default": 0,
"description": "Montante mínimo para listar meio de pagamento via Pix"
},
"instructions": {
"type": "string",
"maxLength": 255,
Expand Down

0 comments on commit 5f12fd8

Please sign in to comment.