Update: 2026-07-06 03:30:52

This commit is contained in:
Hamza-Ayed
2026-07-06 03:30:52 +03:00
parent c7863dc98f
commit 63440b07dc
3 changed files with 7 additions and 1 deletions
@@ -8,7 +8,10 @@ $country = filterRequest('country') ?: filterRequest('country_code');
$distance = (float)(filterRequest('distance') ?: 0); $distance = (float)(filterRequest('distance') ?: 0);
$siroPrice = (float)(filterRequest('siro_price') ?: 0); $siroPrice = (float)(filterRequest('siro_price') ?: 0);
file_put_contents('/tmp/competitor_debug.log', date('Y-m-d H:i:s') . " - Payload: lat=$lat, lng=$lng, country=$country, dist=$distance, price=$siroPrice\n", FILE_APPEND);
if (!$lat || !$lng || !$country) { if (!$lat || !$lng || !$country) {
file_put_contents('/tmp/competitor_debug.log', date('Y-m-d H:i:s') . " - Error: Missing params\n", FILE_APPEND);
echo json_encode(["status" => "error", "message" => "Missing parameters"]); echo json_encode(["status" => "error", "message" => "Missing parameters"]);
exit; exit;
} }
+3
View File
@@ -43,6 +43,9 @@ post_install do |installer|
# Fix for "non-modular header" issues with some pods. # Fix for "non-modular header" issues with some pods.
config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES' config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
# Fix for Swift 6 concurrency errors in Xcode 16
config.build_settings['SWIFT_STRICT_CONCURRENCY'] = 'minimal'
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
'$(inherited)', '$(inherited)',
'PERMISSION_CONTACTS=1', 'PERMISSION_CONTACTS=1',
+1 -1
View File
@@ -348,6 +348,6 @@ SPEC CHECKSUMS:
WebRTC-SDK: ab9b5319e458c2bfebdc92b3600740da35d5630d WebRTC-SDK: ab9b5319e458c2bfebdc92b3600740da35d5630d
webview_flutter_wkwebview: 8ebf4fded22593026f7dbff1fbff31ea98573c8d webview_flutter_wkwebview: 8ebf4fded22593026f7dbff1fbff31ea98573c8d
PODFILE CHECKSUM: bd6e2f6541b0ca1731e9c8557eb4a4f6036c5508 PODFILE CHECKSUM: 0ae238984c6e7aa969e949a5874ab41e6db33de4
COCOAPODS: 1.16.2 COCOAPODS: 1.16.2