Skip to content

Commit 5e7167c

Browse files
committed
modified domain, email and api key
modified domain, email and api key with example value
1 parent 65dfa49 commit 5e7167c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CurlLib/curlwrap_v2.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111

1212
# Enter your domain name , agile email and agile api key
13-
define("AGILE_DOMAIN", "ghanshyam"); # Example : define("domain","jim");
14-
define("AGILE_USER_EMAIL", "ghanshyam.raut@agilecrm.com");
15-
define("AGILE_REST_API_KEY", "123456"); // Example : http://snag.gy/AEq23.jpg
13+
define("AGILE_DOMAIN", "YOUR_AGILE_DOMAIN"); # Example : define("domain","jim");
14+
define("AGILE_USER_EMAIL", "YOUR_AGILE_USER_EMAIL");
15+
define("AGILE_REST_API_KEY", "YOUR_AGILE_REST_API_KEY");
1616

1717
function curl_wrap($entity, $data, $method, $content_type) {
1818
if ($content_type == NULL) {

0 commit comments

Comments
 (0)