mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
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:
@@ -687,6 +687,9 @@
|
||||
},
|
||||
"aurapay": {
|
||||
"description": "Оплата через AuraPay"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "Оплата через Apple In-App Purchase"
|
||||
}
|
||||
},
|
||||
"transactionHistory": "История операций",
|
||||
@@ -1987,6 +1990,7 @@
|
||||
"payments_paypear": "PayPear",
|
||||
"payments_rollypay": "RollyPay",
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "Основные",
|
||||
"subs_trial": "Пробный период",
|
||||
"subs_pricing": "Цены",
|
||||
|
||||
Reference in New Issue
Block a user