diff --git a/src/pages/Checkout.tsx b/src/pages/Checkout.tsx index 03f848b..9fdca5f 100644 --- a/src/pages/Checkout.tsx +++ b/src/pages/Checkout.tsx @@ -127,45 +127,6 @@ export default function Checkout() { toast({ title: "Info", description: "Status pembayaran diupdate otomatis" }); }; - // Payment method selection UI - QRIS only now - if (step === "payment") { - - -
- -
-
-

{formatIDR(total)}

- {paymentData.expired_at && ( -

- Berlaku hingga: {new Date(paymentData.expired_at).toLocaleString("id-ID")} -

- )} -
-
- - -
-

- Pembayaran diproses melalui Pakasir dan akan dikonfirmasi otomatis setelah berhasil. -

-
- - - - ); - } - return (