Update filtering logic, tokens, and wash certificate handling

Refine db_object_t filtering to handle numeric vs. string values. Add a new token for wash certificate authentication and update routes to include it in responses when applicable. Adjust data type for pickup_bool in bookingsRoute handling.
This commit is contained in:
Jepp9350
2025-01-13 13:22:39 +01:00
parent ea6c65a7b8
commit 8bde53cf82
3 changed files with 16 additions and 4 deletions
+2 -1
View File
@@ -21,4 +21,5 @@ if ($DEBUG && !$USE_PROD_ECONOMIC_IN_DEBUG) {
'app_secret_token' => '' // Development Economic API secret token
];
}
$WORDPRESS_STATIC_TOKEN = ''; // Static token used to authenticate the WordPress plugin
$WORDPRESS_STATIC_TOKEN = ''; // Static token used to authenticate the WordPress plugin
$EMAIL_WASH_CERTIFICATE_TOKEN = ''; // Token used to authenticate the wash certificate generator