mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update /export/all-customers-info-for-lark-system
This commit is contained in:
@@ -246,7 +246,7 @@ class ExportCustomersToExcelController
|
||||
public function exportAllCustomersInfoForLarkSystem(Request $request)
|
||||
{
|
||||
$password = $request->input('password');
|
||||
if ($password !== 'all_customers_data') {
|
||||
if ($password !== 'exchange_all_customers_data') {
|
||||
return response()->json(['error' => 'Invalid password'], 403);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user