Update: 2026-06-11 19:26:42

This commit is contained in:
Hamza-Ayed
2026-06-11 19:26:42 +03:00
parent 727068b668
commit b87477bec4
371 changed files with 67 additions and 14257 deletions

View File

@@ -9,7 +9,7 @@ $tipAmount = filterRequest("tipAmount");
$countryCode = filterRequest("country_code"); // sent from flutter
// تحقق من صحة قيمة البقشيش
if (!is_numeric($tipAmount) || $tipAmount <= 0 || $tipAmount > 99999999.99) {
if (!is_numeric($tipAmount) || $tipAmount <= 0 || $tipAmount > 599.99) {
echo json_encode(["status" => "failure", "message" => "Invalid tip amount."]);
exit();
}