diff --git a/src/pages/PaymentMethods.tsx b/src/pages/PaymentMethods.tsx index 0c2f96a..65660ad 100644 --- a/src/pages/PaymentMethods.tsx +++ b/src/pages/PaymentMethods.tsx @@ -6,45 +6,6 @@ import { useNavigate } from 'react-router-dom'; import { Button } from '@/components/ui/button'; import { useToast } from '@/hooks/use-toast'; -const PaymentMethodCard = ({ - type, - label, - lastDigits, - expiry, - isDefault -}: { - type: 'card' | 'bank', - label: string, - lastDigits: string, - expiry?: string, - isDefault?: boolean -}) => { - return ( -
- {type === 'card' ? '•••• •••• •••• ' : ''} - {lastDigits} - {expiry ? ` · ${expiry}` : ''} -
-+ 새로운 결제 수단을 추가해 보세요 +
+