Skip to content

Commit

Permalink
Merge pull request #100 from ferminrp/ripio
Browse files Browse the repository at this point in the history
sumo ripio a la comparacion
  • Loading branch information
ferminrp authored Mar 1, 2024
2 parents 0ffbafc + c69ef07 commit 24763c9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/pages/cuentas-usa.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ const accounts = [
'Tarjeta Física': false,
'Retiros Crypto': false,
},
},
{
name: 'Ripio',
logo: 'https://ik.imagekit.io/ferminrp/ripio.jpg?updatedAt=1709314985547',
url: 'https://join.ripio.com/ref/fermin_r_0',
attributes: {
'Comisión por recibir': 'US$0,50 + 1,50%',
'Comisión por extraer': '0%',
Rendimientos: '2,00%',
'Cuenta USA a tu nombre': true,
'Retiros en pesos': true,
'Tarjeta Virtual': true,
'Tarjeta Física': true,
'Retiros Crypto': true,
},
} /* OCULTADO HASTA QUE VUELVAN A ABRIR CUENTAS
{
name: 'Utoppia',
Expand All @@ -68,7 +83,8 @@ const accounts = [
Costo: 'US$ 4,99',
Rendimientos: '4,50%'
}
}*/,
}
*/,
];
const booleanToSVG = (value) =>
Expand Down

0 comments on commit 24763c9

Please sign in to comment.