checkout: reafactor UI

This commit is contained in:
2025-12-24 22:34:11 +03:00
parent 66d77d0621
commit 19212860c3
11 changed files with 106 additions and 27 deletions

View File

@@ -41,12 +41,12 @@ const PaymentMethods = () => {
},
]
: []),
{
label: t("checkout.creditDebitCard"),
value: "creditDebitCard",
price: t("checkout.expiresIn") + ":12/26",
hideCurrency: true,
},
// {
// label: t("checkout.creditDebitCard"),
// value: "creditDebitCard",
// price: t("checkout.expiresIn") + ":12/26",
// hideCurrency: true,
// },
{
label: t("checkout.differentCard"),
value: "differentCard",
@@ -56,15 +56,15 @@ const PaymentMethods = () => {
</div>
),
hideCurrency: true,
},
{
label: t("checkout.fascanoWallet"),
value: "fascanoWallet",
price: "7.50",
style: {
color: colors.primary,
},
},
}
// {
// label: t("checkout.fascanoWallet"),
// value: "fascanoWallet",
// price: "7.50",
// style: {
// color: colors.primary,
// },
// },
];
const onPaymentSelect = (value: string) => {