mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +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:
@@ -659,6 +659,9 @@
|
||||
},
|
||||
"aurapay": {
|
||||
"description": "Pay via AuraPay"
|
||||
},
|
||||
"apple_iap": {
|
||||
"description": "Pay via Apple In-App Purchase"
|
||||
}
|
||||
},
|
||||
"transactionHistory": "Transaction History",
|
||||
@@ -1971,6 +1974,7 @@
|
||||
"payments_paypear": "PayPear",
|
||||
"payments_rollypay": "RollyPay",
|
||||
"payments_aurapay": "AuraPay",
|
||||
"payments_apple_iap": "Apple IAP",
|
||||
"subs_core": "Core",
|
||||
"subs_trial": "Trial",
|
||||
"subs_pricing": "Pricing",
|
||||
|
||||
Reference in New Issue
Block a user