Skip to content

Commit

Permalink
Update RemoteSettings.json
Browse files Browse the repository at this point in the history
تحديثات جديدة للملف علشان اظبطة لاقصي افكاري المحتمله
  • Loading branch information
bassuny3003 authored Aug 12, 2024
1 parent 7b31d66 commit 420d970
Showing 1 changed file with 39 additions and 6 deletions.
45 changes: 39 additions & 6 deletions DevSettings/RemoteSettings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,46 @@
{
"pricing": {
"price": 5.10,
"discountPercentage": 10,
"oneYearPrice": 5.00,
"oneYearDiscount": false,
"oneYearDiscountPercentage": 0,

"multiYearPrice": 7.00,
"multiYearDiscount": true,
"multiYearDiscountPercentage": 15,

"currency": "USD",
"validUntil": "2024-12-31"
},
"paymentOptions": {
"acceptedMethods": [
{
"method": "Vodafone Cash",
"country": "Egypt",
"currency": "EGP",
"details": "Vodafone Cash is accepted only in Egypt. For more information, contact support."
},
{
"method": "InstaPay",
"country": "Egypt",
"currency": "EGP",
"details": "InstaPay is accepted only in Egypt. For more information, contact support."
}
]
},
"settings": {
"featureXEnabled": true,
"maxUsers": 5,
"supportEmail": "[email protected]"
}
"minimumAppVersionAllowed": true,
"supportEmail": "[email protected]"
},
"advertising": [
{
"id": 1,
"imageUrl": "https://example.com/ads/ad1.jpg",
"isEnabled": true
},
{
"id": 2,
"imageUrl": "https://example.com/ads/ad2.jpg",
"isEnabled": false
}
]
}

0 comments on commit 420d970

Please sign in to comment.