Skip to content

Commit

Permalink
Merge branch 'main' of [email protected]:digitalinnovationone/santander-…
Browse files Browse the repository at this point in the history
…dev-week-2023-api.git into main
  • Loading branch information
falvojr committed Jul 15, 2023
2 parents 71f9d74 + 851452f commit 97d86f5
Showing 1 changed file with 26 additions and 33 deletions.
59 changes: 26 additions & 33 deletions docs/mocks/find_one.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,44 @@
{
"name": "Devweekerson",
"accounts": [
{
"number": "01.097954-4",
"agency": "2030",
"primary": true,
"balance": 10000.00,
"limit": 5000.00
},
{
"number": "01.0290432-7",
"agency": "2050",
"primary": false,
"balance": 20000.00,
"limit": 10000.00
}
],
"id": 1,
"name": "Devweekerson James DIO",
"account": {
"number": "01.097954-4",
"agency": "2030",
"balance": 10000.00,
"limit": 5000.00
},
"features": [
{
"type": "PIX",
"icon": "pix"
},
{
"type": "PAGAR",
"icon": "qr_code"
"icon": "https://digitalinnovationone.github.io/santander-dev-week-2023-api/icons/pix.svg",
"description": "PIX"
},
{
"type": "INVESTIR",
"icon": "savings"
"icon": "https://digitalinnovationone.github.io/santander-dev-week-2023-api/icons/pay.svg",
"description": "Pagar"
},
{
"type": "RECARREGAR",
"icon": "phone_android"
},
{
"type": "CARTOES",
"icon": "credit_card"
"icon": "https://digitalinnovationone.github.io/santander-dev-week-2023-api/icons/transfer.svg",
"description": "Transferir"
}
],
"cards": [
{
"number": "xxxx xxxx xxxx 1111",
"type": "CREDIT"
"limit": 1000.00
},
{
"number": "xxxx xxxx xxxx 2222",
"type": "DEBIT"
"limit": 2000.00
}
],
"news": [
{
"icon": "https://digitalinnovationone.github.io/santander-dev-week-2023-api/icons/credit.svg",
"description": "O Santander tem soluções de crédito sob medida pra você. Confira!"
},
{
"icon": "https://digitalinnovationone.github.io/santander-dev-week-2023-api/icons/insurance.svg",
"description": "Santander Seguro Casa, seu faz-tudo. Mais de 50 serviços pra você. Confira!"
}
]
}

0 comments on commit 97d86f5

Please sign in to comment.