checkout: reafactor UI
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user