Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
vikas kushwaha
/
lake-estate
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit db94fb54
authored
2025-02-25 12:20:38 +0530
by
Mukesh Kabra
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
tenx
1 parent
c107bcaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
send_leads.php
send_leads.php
View file @
db94fb5
...
...
@@ -98,6 +98,7 @@ class PostData
]
];
// var_dump($data);
curl_setopt_array
(
$curl
,
[
...
...
@@ -110,7 +111,7 @@ class PostData
CURLOPT_CUSTOMREQUEST
=>
"POST"
,
CURLOPT_POSTFIELDS
=>
json_encode
(
$data
),
CURLOPT_HTTPHEADER
=>
[
"API-Key:
ZDMzMmQ2MjEtMWRhNi00ZDg0LTkwMDctMWQ1ZDI1YzIzZGRh
"
,
"API-Key:
NDAxNGM5MzUtOGQzMS00Y2M1LTg4ODMtNTk3NTQ3OTdkN2Mx
"
,
"Content-Type: application/json"
],
]);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment