)
}
diff --git a/src/features/payments/lib/navigation.ts b/src/features/payments/lib/navigation.ts
index 1d888e9..0363e42 100644
--- a/src/features/payments/lib/navigation.ts
+++ b/src/features/payments/lib/navigation.ts
@@ -4,7 +4,7 @@ export function usePaymentNavigation() {
const navigate = useNavigate()
return {
toCheckout() {
- navigate('/checkout')
+ window.location.assign('https://erpskrip.id/pembayaran-pelanggan')
},
toStatus(orderId: string, method?: string) {
const qs = method ? `?m=${encodeURIComponent(method)}` : ''
@@ -14,4 +14,4 @@ export function usePaymentNavigation() {
navigate('/history')
},
}
-}
\ No newline at end of file
+}
diff --git a/src/pages/NotFoundPage.tsx b/src/pages/NotFoundPage.tsx
index 8f82e65..2a4f80c 100644
--- a/src/pages/NotFoundPage.tsx
+++ b/src/pages/NotFoundPage.tsx
@@ -5,7 +5,8 @@ export function NotFoundPage() {
Halaman tidak ditemukan
Periksa URL atau kembali ke checkout.
- Kembali ke Checkout
+ {/* Kembali ke Checkout */}
+ Kembali
)
}
\ No newline at end of file
diff --git a/src/pages/PayPage.tsx b/src/pages/PayPage.tsx
index 715d64e..c941c7e 100644
--- a/src/pages/PayPage.tsx
+++ b/src/pages/PayPage.tsx
@@ -179,7 +179,8 @@ export function PayPage() {
Pilih toko untuk membuat kode pembayaran
- {(['alfamart', 'indomaret'] as const).map((st) => (
+ {/* {(['alfamart', 'indomaret'] as const).map((st) => ( */}
+ {(['alfamart'] as const).map((st) => (