Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: request_headers commented #7

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
feat:add new parameter (integreation_type)
Jeevansyriac committed Jul 3, 2023
commit 5b486cb917425afa3f7743123dcf04c9deb67ddb
3 changes: 2 additions & 1 deletion frappe_voxbay/api.py
Original file line number Diff line number Diff line change
@@ -45,9 +45,10 @@ def cdr_voxbay_log():
call_payload = json.loads(frappe.request.data)
request_log = create_request_log(
call_payload,
integration_type = None,
# request_description="Voxbay Call",
service_name="Voxbay",
request_headers=frappe.request.headers,
# request_headers=frappe.request.headers,
)

try: