diff --git a/apps/admin/app/dashboard/payment/payment-form.tsx b/apps/admin/app/dashboard/payment/payment-form.tsx index 487fe97..96f62a2 100644 --- a/apps/admin/app/dashboard/payment/payment-form.tsx +++ b/apps/admin/app/dashboard/payment/payment-form.tsx @@ -197,7 +197,7 @@ export default function PaymentForm({ {t('domain')} form.setValue('domain', value as string)} /> diff --git a/apps/admin/app/dashboard/payment/payment-table.tsx b/apps/admin/app/dashboard/payment/payment-table.tsx index d9631a4..d6c0633 100644 --- a/apps/admin/app/dashboard/payment/payment-table.tsx +++ b/apps/admin/app/dashboard/payment/payment-table.tsx @@ -96,12 +96,8 @@ export default function PaymentTable() { cell: ({ row }) => {t(row.getValue('platform'))}, }, { - accessorKey: 'domain', - header: t('domain'), - cell: ({ row }) => { - const domain = row.getValue('domain') as string; - return domain ? {domain} : '--'; - }, + accessorKey: 'notify_url', + header: t('notify_url'), }, { accessorKey: 'fee', diff --git a/apps/admin/locales/cs-CZ/payment.json b/apps/admin/locales/cs-CZ/payment.json index ea07584..44707dd 100644 --- a/apps/admin/locales/cs-CZ/payment.json +++ b/apps/admin/locales/cs-CZ/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Zadejte název platební metody", "nameRequired": "Název je povinný", "noFee": "Žádný poplatek", + "notify_url": "URL pro oznámení", "paymentManagement": "Správa plateb", "percentFee": "Procento", "platform": "Platforma", diff --git a/apps/admin/locales/de-DE/payment.json b/apps/admin/locales/de-DE/payment.json index 7729f81..4be8d6b 100644 --- a/apps/admin/locales/de-DE/payment.json +++ b/apps/admin/locales/de-DE/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Geben Sie den Namen der Zahlungsmethode ein", "nameRequired": "Name ist erforderlich", "noFee": "Keine Gebühr", + "notify_url": "Benachrichtigungs-URL", "paymentManagement": "Zahlungsverwaltung", "percentFee": "Prozentsatz", "platform": "Plattform", diff --git a/apps/admin/locales/en-US/payment.json b/apps/admin/locales/en-US/payment.json index 5e784a8..0eeee6f 100644 --- a/apps/admin/locales/en-US/payment.json +++ b/apps/admin/locales/en-US/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Enter payment method name", "nameRequired": "Name is required", "noFee": "No Fee", + "notify_url": "Notify URL", "paymentManagement": "Payment Management", "percentFee": "Percentage", "platform": "Platform", diff --git a/apps/admin/locales/es-ES/payment.json b/apps/admin/locales/es-ES/payment.json index 886eaa7..20d2e0b 100644 --- a/apps/admin/locales/es-ES/payment.json +++ b/apps/admin/locales/es-ES/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Ingrese el nombre del método de pago", "nameRequired": "El nombre es obligatorio", "noFee": "Sin Tarifa", + "notify_url": "URL de notificación", "paymentManagement": "Gestión de Pagos", "percentFee": "Porcentaje", "platform": "Plataforma", diff --git a/apps/admin/locales/es-MX/payment.json b/apps/admin/locales/es-MX/payment.json index 2553488..b449172 100644 --- a/apps/admin/locales/es-MX/payment.json +++ b/apps/admin/locales/es-MX/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Ingrese el nombre del método de pago", "nameRequired": "El nombre es obligatorio", "noFee": "Sin Tarifa", + "notify_url": "URL de notificación", "paymentManagement": "Gestión de Pagos", "percentFee": "Porcentaje", "platform": "Plataforma", diff --git a/apps/admin/locales/fa-IR/payment.json b/apps/admin/locales/fa-IR/payment.json index 6e2a720..2a04410 100644 --- a/apps/admin/locales/fa-IR/payment.json +++ b/apps/admin/locales/fa-IR/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "نام روش پرداخت را وارد کنید", "nameRequired": "نام الزامی است", "noFee": "بدون هزینه", + "notify_url": "آدرس اطلاع‌رسانی", "paymentManagement": "مدیریت پرداخت", "percentFee": "درصد", "platform": "پلتفرم", diff --git a/apps/admin/locales/fi-FI/payment.json b/apps/admin/locales/fi-FI/payment.json index 02a65ca..4d9da41 100644 --- a/apps/admin/locales/fi-FI/payment.json +++ b/apps/admin/locales/fi-FI/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Syötä maksutavan nimi", "nameRequired": "Nimi on pakollinen", "noFee": "Ei maksua", + "notify_url": "Ilmoitus-URL", "paymentManagement": "Maksujen hallinta", "percentFee": "Prosentti", "platform": "Alusta", diff --git a/apps/admin/locales/fr-FR/payment.json b/apps/admin/locales/fr-FR/payment.json index dbb5deb..6033d69 100644 --- a/apps/admin/locales/fr-FR/payment.json +++ b/apps/admin/locales/fr-FR/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Entrez le nom du mode de paiement", "nameRequired": "Le nom est requis", "noFee": "Pas de frais", + "notify_url": "URL de notification", "paymentManagement": "Gestion des paiements", "percentFee": "Pourcentage", "platform": "Plateforme", diff --git a/apps/admin/locales/hi-IN/payment.json b/apps/admin/locales/hi-IN/payment.json index 17b064f..e9ad10e 100644 --- a/apps/admin/locales/hi-IN/payment.json +++ b/apps/admin/locales/hi-IN/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "भुगतान विधि का नाम दर्ज करें", "nameRequired": "नाम आवश्यक है", "noFee": "कोई शुल्क नहीं", + "notify_url": "सूचना URL", "paymentManagement": "भुगतान प्रबंधन", "percentFee": "प्रतिशत", "platform": "प्लेटफ़ॉर्म", diff --git a/apps/admin/locales/hu-HU/payment.json b/apps/admin/locales/hu-HU/payment.json index 3de98a4..a58be43 100644 --- a/apps/admin/locales/hu-HU/payment.json +++ b/apps/admin/locales/hu-HU/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Adja meg a fizetési mód nevét", "nameRequired": "A név megadása kötelező", "noFee": "Nincs díj", + "notify_url": "Értesítési URL", "paymentManagement": "Fizetéskezelés", "percentFee": "Százalékos díj", "platform": "Platform", diff --git a/apps/admin/locales/ja-JP/payment.json b/apps/admin/locales/ja-JP/payment.json index ac71eb9..96c0afa 100644 --- a/apps/admin/locales/ja-JP/payment.json +++ b/apps/admin/locales/ja-JP/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "支払い方法の名前を入力してください", "nameRequired": "名前は必須です", "noFee": "手数料なし", + "notify_url": "通知URL", "paymentManagement": "支払い管理", "percentFee": "パーセンテージ", "platform": "プラットフォーム", diff --git a/apps/admin/locales/ko-KR/payment.json b/apps/admin/locales/ko-KR/payment.json index c6f6b46..e443c9a 100644 --- a/apps/admin/locales/ko-KR/payment.json +++ b/apps/admin/locales/ko-KR/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "결제 수단 이름 입력", "nameRequired": "이름은 필수입니다", "noFee": "수수료 없음", + "notify_url": "알림 URL", "paymentManagement": "결제 관리", "percentFee": "백분율", "platform": "플랫폼", diff --git a/apps/admin/locales/no-NO/payment.json b/apps/admin/locales/no-NO/payment.json index 00699bd..d486a32 100644 --- a/apps/admin/locales/no-NO/payment.json +++ b/apps/admin/locales/no-NO/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Skriv inn navn på betalingsmetode", "nameRequired": "Navn er påkrevd", "noFee": "Ingen gebyr", + "notify_url": "Varslings-URL", "paymentManagement": "Betalingsadministrasjon", "percentFee": "Prosentandel", "platform": "Plattform", diff --git a/apps/admin/locales/pl-PL/payment.json b/apps/admin/locales/pl-PL/payment.json index c39a3bc..8bffc71 100644 --- a/apps/admin/locales/pl-PL/payment.json +++ b/apps/admin/locales/pl-PL/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Wprowadź nazwę metody płatności", "nameRequired": "Nazwa jest wymagana", "noFee": "Brak opłaty", + "notify_url": "URL powiadomienia", "paymentManagement": "Zarządzanie płatnościami", "percentFee": "Procent", "platform": "Platforma", diff --git a/apps/admin/locales/pt-BR/payment.json b/apps/admin/locales/pt-BR/payment.json index 398c7f2..0f8b0cc 100644 --- a/apps/admin/locales/pt-BR/payment.json +++ b/apps/admin/locales/pt-BR/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Digite o nome do método de pagamento", "nameRequired": "O nome é obrigatório", "noFee": "Sem Taxa", + "notify_url": "URL de Notificação", "paymentManagement": "Gerenciamento de Pagamento", "percentFee": "Porcentagem", "platform": "Plataforma", diff --git a/apps/admin/locales/ro-RO/payment.json b/apps/admin/locales/ro-RO/payment.json index 53b316f..fbe4106 100644 --- a/apps/admin/locales/ro-RO/payment.json +++ b/apps/admin/locales/ro-RO/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Introdu numele metodei de plată", "nameRequired": "Numele este necesar", "noFee": "Fără Taxă", + "notify_url": "URL de notificare", "paymentManagement": "Gestionare Plăți", "percentFee": "Procentaj", "platform": "Platformă", diff --git a/apps/admin/locales/ru-RU/payment.json b/apps/admin/locales/ru-RU/payment.json index 241dc31..fc9e77d 100644 --- a/apps/admin/locales/ru-RU/payment.json +++ b/apps/admin/locales/ru-RU/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Введите название способа оплаты", "nameRequired": "Название обязательно", "noFee": "Без комиссии", + "notify_url": "URL уведомления", "paymentManagement": "Управление платежами", "percentFee": "Процент", "platform": "Платформа", diff --git a/apps/admin/locales/th-TH/payment.json b/apps/admin/locales/th-TH/payment.json index e4817ce..d63faf7 100644 --- a/apps/admin/locales/th-TH/payment.json +++ b/apps/admin/locales/th-TH/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "กรอกชื่อวิธีการชำระเงิน", "nameRequired": "ชื่อเป็นสิ่งจำเป็น", "noFee": "ไม่มีค่าธรรมเนียม", + "notify_url": "URL การแจ้งเตือน", "paymentManagement": "การจัดการการชำระเงิน", "percentFee": "เปอร์เซ็นต์", "platform": "แพลตฟอร์ม", diff --git a/apps/admin/locales/tr-TR/payment.json b/apps/admin/locales/tr-TR/payment.json index 19a15c6..85faf23 100644 --- a/apps/admin/locales/tr-TR/payment.json +++ b/apps/admin/locales/tr-TR/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Ödeme yöntemi adını girin", "nameRequired": "İsim gereklidir", "noFee": "Ücret Yok", + "notify_url": "Bildirim URL'si", "paymentManagement": "Ödeme Yönetimi", "percentFee": "Yüzde", "platform": "Platform", diff --git a/apps/admin/locales/uk-UA/payment.json b/apps/admin/locales/uk-UA/payment.json index df4f902..efc1caf 100644 --- a/apps/admin/locales/uk-UA/payment.json +++ b/apps/admin/locales/uk-UA/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Введіть назву способу оплати", "nameRequired": "Назва є обов'язковою", "noFee": "Без комісії", + "notify_url": "URL сповіщення", "paymentManagement": "Управління платежами", "percentFee": "Відсоток", "platform": "Платформа", diff --git a/apps/admin/locales/vi-VN/payment.json b/apps/admin/locales/vi-VN/payment.json index 89cc20b..d483c18 100644 --- a/apps/admin/locales/vi-VN/payment.json +++ b/apps/admin/locales/vi-VN/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "Nhập tên phương thức thanh toán", "nameRequired": "Tên là bắt buộc", "noFee": "Không Có Phí", + "notify_url": "URL Thông Báo", "paymentManagement": "Quản Lý Thanh Toán", "percentFee": "Phần Trăm", "platform": "Nền Tảng", diff --git a/apps/admin/locales/zh-CN/payment.json b/apps/admin/locales/zh-CN/payment.json index 32a0250..a61fbf9 100644 --- a/apps/admin/locales/zh-CN/payment.json +++ b/apps/admin/locales/zh-CN/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "输入支付方式名称", "nameRequired": "名称是必填项", "noFee": "无费用", + "notify_url": "通知网址", "paymentManagement": "支付管理", "percentFee": "百分比", "platform": "平台", diff --git a/apps/admin/locales/zh-HK/payment.json b/apps/admin/locales/zh-HK/payment.json index d7c4328..0adde42 100644 --- a/apps/admin/locales/zh-HK/payment.json +++ b/apps/admin/locales/zh-HK/payment.json @@ -37,6 +37,7 @@ "namePlaceholder": "輸入付款方式名稱", "nameRequired": "名稱為必填", "noFee": "無費用", + "notify_url": "通知網址", "paymentManagement": "付款管理", "percentFee": "百分比", "platform": "平台", diff --git a/apps/admin/services/admin/index.ts b/apps/admin/services/admin/index.ts index 37cdd29..f9e3438 100644 --- a/apps/admin/services/admin/index.ts +++ b/apps/admin/services/admin/index.ts @@ -1,5 +1,5 @@ // @ts-ignore - + // API 更新时间: // API 唯一标识: import * as ads from './ads'; diff --git a/apps/admin/services/common/index.ts b/apps/admin/services/common/index.ts index 61ba129..73b3bda 100644 --- a/apps/admin/services/common/index.ts +++ b/apps/admin/services/common/index.ts @@ -1,5 +1,5 @@ // @ts-ignore - + // API 更新时间: // API 唯一标识: import * as auth from './auth';