feat: add Apple IAP (apple_iap) payment method support

Add apple_iap across all payment surfaces: method label, icon (Apple
logo SVG), admin settings tree (APPLE_IAP category), and all four
locale files (en, ru, fa, zh) with payment description + tree label.
This commit is contained in:
Fringg
2026-05-04 06:01:20 +03:00
parent afffab17d3
commit 58887138fc
7 changed files with 29 additions and 0 deletions

View File

@@ -18,5 +18,6 @@ export const METHOD_LABELS: Record<string, string> = {
paypear: 'PayPear',
rollypay: 'RollyPay',
aurapay: 'AuraPay',
apple_iap: 'Apple In-App Purchase',
manual: 'Ручное пополнение',
};