diff --git a/src/components/PaymentMethodIcon.tsx b/src/components/PaymentMethodIcon.tsx index 6678333..ebfc134 100644 --- a/src/components/PaymentMethodIcon.tsx +++ b/src/components/PaymentMethodIcon.tsx @@ -315,6 +315,26 @@ export default function PaymentMethodIcon({ ); } + case 'antilopay': { + const antilopayGradId = `${uid}-antilopay`; + return ( + + + + + + + + + + + AL + + + + ); + } + case 'apple_iap': return ( diff --git a/src/components/admin/constants.ts b/src/components/admin/constants.ts index 87b1fa8..73de4df 100644 --- a/src/components/admin/constants.ts +++ b/src/components/admin/constants.ts @@ -56,6 +56,7 @@ export const SETTINGS_TREE: SettingsTreeConfig = { { id: 'payments_rollypay', categories: ['ROLLYPAY'] }, { id: 'payments_aurapay', categories: ['AURAPAY'] }, { id: 'payments_etoplatezhi', categories: ['ETOPLATEZHI'] }, + { id: 'payments_antilopay', categories: ['ANTILOPAY'] }, { id: 'payments_apple_iap', categories: ['APPLE_IAP'] }, ], }, diff --git a/src/constants/paymentMethods.ts b/src/constants/paymentMethods.ts index eaa6c0c..0be9172 100644 --- a/src/constants/paymentMethods.ts +++ b/src/constants/paymentMethods.ts @@ -19,6 +19,7 @@ export const METHOD_LABELS: Record = { rollypay: 'RollyPay', aurapay: 'AuraPay', etoplatezhi: 'Etoplatezhi', + antilopay: 'Antilopay', apple_iap: 'Apple In-App Purchase', manual: 'Ручное пополнение', }; diff --git a/src/locales/en.json b/src/locales/en.json index 7640753..37af017 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -677,6 +677,9 @@ "etoplatezhi": { "description": "Pay via Etoplatezhi" }, + "antilopay": { + "description": "Pay via Antilopay" + }, "apple_iap": { "description": "Pay via Apple In-App Purchase" } @@ -2002,6 +2005,7 @@ "payments_rollypay": "RollyPay", "payments_aurapay": "AuraPay", "payments_etoplatezhi": "Etoplatezhi", + "payments_antilopay": "Antilopay", "payments_apple_iap": "Apple IAP", "subs_core": "Core", "subs_trial": "Trial", diff --git a/src/locales/fa.json b/src/locales/fa.json index 491b9fb..bba6774 100644 --- a/src/locales/fa.json +++ b/src/locales/fa.json @@ -514,6 +514,9 @@ "etoplatezhi": { "description": "پرداخت از طریق Etoplatezhi" }, + "antilopay": { + "description": "پرداخت از طریق Antilopay" + }, "apple_iap": { "description": "پرداخت از طریق Apple In-App Purchase" } @@ -1642,6 +1645,7 @@ "payments_rollypay": "RollyPay", "payments_aurapay": "AuraPay", "payments_etoplatezhi": "Etoplatezhi", + "payments_antilopay": "Antilopay", "payments_apple_iap": "Apple IAP", "subs_core": "هسته", "subs_trial": "آزمایشی", diff --git a/src/locales/ru.json b/src/locales/ru.json index b46c49c..61e906f 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -705,6 +705,9 @@ "etoplatezhi": { "description": "Оплата через Etoplatezhi" }, + "antilopay": { + "description": "Оплата через Antilopay" + }, "apple_iap": { "description": "Оплата через Apple In-App Purchase" } @@ -2018,6 +2021,7 @@ "payments_rollypay": "RollyPay", "payments_aurapay": "AuraPay", "payments_etoplatezhi": "Etoplatezhi", + "payments_antilopay": "Antilopay", "payments_apple_iap": "Apple IAP", "subs_core": "Основные", "subs_trial": "Пробный период", diff --git a/src/locales/zh.json b/src/locales/zh.json index cc8ddca..83fd5ab 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -514,6 +514,9 @@ "etoplatezhi": { "description": "通过Etoplatezhi支付" }, + "antilopay": { + "description": "通过Antilopay支付" + }, "apple_iap": { "description": "通过Apple应用内购买支付" } @@ -1680,6 +1683,7 @@ "payments_rollypay": "RollyPay", "payments_aurapay": "AuraPay", "payments_etoplatezhi": "Etoplatezhi", + "payments_antilopay": "Antilopay", "payments_apple_iap": "Apple IAP", "subs_core": "核心", "subs_trial": "试用",