Files
Odoo-Modules/fusion_poynt/graphify-out/cache/b6b21a239cbc3e750d1ec3e43abc9ff87cf8215d14292363d4f8fa2c2fef7731.json
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

1 line
48 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "label": "main.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L1"}, {"id": "main_detect_card_brand", "label": "_detect_card_brand()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L22"}, {"id": "main_poyntcontroller", "label": "PoyntController", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L41"}, {"id": "main_poynt_return", "label": "poynt_return()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L50"}, {"id": "main_poynt_webhook", "label": "poynt_webhook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L86"}, {"id": "main_poyntcontroller_handle_transaction_webhook", "label": "._handle_transaction_webhook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L131"}, {"id": "main_poyntcontroller_handle_order_webhook", "label": "._handle_order_webhook()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L207"}, {"id": "main_poyntcontroller_verify_webhook_signature", "label": "._verify_webhook_signature()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L230"}, {"id": "main_poynt_terminal_callback", "label": "poynt_terminal_callback()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L268"}, {"id": "main_poynt_oauth_callback", "label": "poynt_oauth_callback()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L323"}, {"id": "main_poyntcontroller_apply_portal_surcharge", "label": "._apply_portal_surcharge()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L368"}, {"id": "main_poynt_get_terminals", "label": "poynt_get_terminals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L444"}, {"id": "main_poynt_process_card", "label": "poynt_process_card()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L467"}, {"id": "main_poynt_send_to_terminal", "label": "poynt_send_to_terminal()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L588"}, {"id": "main_poynt_terminal_status", "label": "poynt_terminal_status()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L624"}, {"id": "main_rationale_23", "label": "Detect the card brand from the card number using BIN prefixes.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L23"}, {"id": "main_rationale_51", "label": "Process the return from a Poynt payment flow. The customer is redirecte", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L51"}, {"id": "main_rationale_87", "label": "Process webhook notifications from Poynt. Poynt sends cloud hook events", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L87"}, {"id": "main_rationale_132", "label": "Process a transaction-related webhook event. :param str event_type: The", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L132"}, {"id": "main_rationale_208", "label": "Process an order-related webhook event. :param str event_type: The Poyn", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L208"}, {"id": "main_rationale_231", "label": "Verify the webhook notification signature. :param dict event: The webho", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L231"}, {"id": "main_rationale_269", "label": "Handle callback from a Poynt terminal after a payment completes. The te", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L269"}, {"id": "main_rationale_324", "label": "Handle the OAuth2 authorization callback from Poynt. After a merchant a", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L324"}, {"id": "main_rationale_369", "label": "Apply credit card surcharge to the linked invoice if enabled. Detects t", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L369"}, {"id": "main_rationale_445", "label": "Return available Poynt terminals for the given provider. :param int pro", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L445"}, {"id": "main_rationale_473", "label": "Process a card payment through Poynt Cloud API. The frontend sends card", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L473"}, {"id": "main_rationale_590", "label": "Send a payment request to a Poynt terminal device. :return: Dict with s", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L590"}, {"id": "main_rationale_625", "label": "Poll the status of a terminal payment. :return: Dict with current payme", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L625"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "hashlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "hmac", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "pprint", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "werkzeug_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "odoo_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "odoo_tools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L14", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "odoo_addons_fusion_poynt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L16", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "odoo_addons_fusion_poynt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L17", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_detect_card_brand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L22", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poyntcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L41", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_return", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L50", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_webhook", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L86", "weight": 1.0}, {"source": "main_poyntcontroller", "target": "main_poyntcontroller_handle_transaction_webhook", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L131", "weight": 1.0}, {"source": "main_poyntcontroller", "target": "main_poyntcontroller_handle_order_webhook", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L207", "weight": 1.0}, {"source": "main_poyntcontroller", "target": "main_poyntcontroller_verify_webhook_signature", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L230", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_terminal_callback", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L268", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_oauth_callback", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L323", "weight": 1.0}, {"source": "main_poyntcontroller", "target": "main_poyntcontroller_apply_portal_surcharge", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L368", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_get_terminals", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L444", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_process_card", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L467", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_send_to_terminal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L588", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_poynt_controllers_main_py", "target": "main_poynt_terminal_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L624", "weight": 1.0}, {"source": "main_poynt_webhook", "target": "main_poyntcontroller_verify_webhook_signature", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L116", "weight": 1.0}, {"source": "main_poynt_webhook", "target": "main_poyntcontroller_handle_transaction_webhook", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L119", "weight": 1.0}, {"source": "main_poynt_webhook", "target": "main_poyntcontroller_handle_order_webhook", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L121", "weight": 1.0}, {"source": "main_poynt_process_card", "target": "main_detect_card_brand", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L494", "weight": 1.0}, {"source": "main_poynt_process_card", "target": "main_poyntcontroller_apply_portal_surcharge", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L496", "weight": 1.0}, {"source": "main_poynt_send_to_terminal", "target": "main_poyntcontroller_apply_portal_surcharge", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L611", "weight": 1.0}, {"source": "main_rationale_23", "target": "main_detect_card_brand", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L23", "weight": 1.0}, {"source": "main_rationale_51", "target": "main_poyntcontroller_poynt_return", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L51", "weight": 1.0}, {"source": "main_rationale_87", "target": "main_poyntcontroller_poynt_webhook", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L87", "weight": 1.0}, {"source": "main_rationale_132", "target": "main_poyntcontroller_handle_transaction_webhook", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L132", "weight": 1.0}, {"source": "main_rationale_208", "target": "main_poyntcontroller_handle_order_webhook", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L208", "weight": 1.0}, {"source": "main_rationale_231", "target": "main_poyntcontroller_verify_webhook_signature", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L231", "weight": 1.0}, {"source": "main_rationale_269", "target": "main_poyntcontroller_poynt_terminal_callback", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L269", "weight": 1.0}, {"source": "main_rationale_324", "target": "main_poyntcontroller_poynt_oauth_callback", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L324", "weight": 1.0}, {"source": "main_rationale_369", "target": "main_poyntcontroller_apply_portal_surcharge", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L369", "weight": 1.0}, {"source": "main_rationale_445", "target": "main_poyntcontroller_poynt_get_terminals", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L445", "weight": 1.0}, {"source": "main_rationale_473", "target": "main_poyntcontroller_poynt_process_card", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L473", "weight": 1.0}, {"source": "main_rationale_590", "target": "main_poyntcontroller_poynt_send_to_terminal", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L590", "weight": 1.0}, {"source": "main_rationale_625", "target": "main_poyntcontroller_poynt_terminal_status", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L625", "weight": 1.0}], "raw_calls": [{"caller_nid": "main_detect_card_brand", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L24"}, {"caller_nid": "main_detect_card_brand", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L25"}, {"caller_nid": "main_detect_card_brand", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L31"}, {"caller_nid": "main_detect_card_brand", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L34"}, {"caller_nid": "main_detect_card_brand", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L35"}, {"caller_nid": "main_poynt_return", "callee": "_search_by_reference", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L56"}, {"caller_nid": "main_poynt_return", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L56"}, {"caller_nid": "main_poynt_return", "callee": "_poynt_make_request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L62"}, {"caller_nid": "main_poynt_return", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L68"}, {"caller_nid": "main_poynt_return", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L70"}, {"caller_nid": "main_poynt_return", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L71"}, {"caller_nid": "main_poynt_return", "callee": "_process", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L73"}, {"caller_nid": "main_poynt_return", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L75"}, {"caller_nid": "main_poynt_return", "callee": "mute_logger", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L80"}, {"caller_nid": "main_poynt_return", "callee": "redirect", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L81"}, {"caller_nid": "main_poynt_webhook", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L96"}, {"caller_nid": "main_poynt_webhook", "callee": "loads", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L97"}, {"caller_nid": "main_poynt_webhook", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L99"}, {"caller_nid": "main_poynt_webhook", "callee": "make_json_response", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L100"}, {"caller_nid": "main_poynt_webhook", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L102"}, {"caller_nid": "main_poynt_webhook", "callee": "pformat", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L104"}, {"caller_nid": "main_poynt_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L108"}, {"caller_nid": "main_poynt_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L108"}, {"caller_nid": "main_poynt_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L109"}, {"caller_nid": "main_poynt_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L110"}, {"caller_nid": "main_poynt_webhook", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L113"}, {"caller_nid": "main_poynt_webhook", "callee": "make_json_response", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L114"}, {"caller_nid": "main_poynt_webhook", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L118"}, {"caller_nid": "main_poynt_webhook", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L120"}, {"caller_nid": "main_poynt_webhook", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L124"}, {"caller_nid": "main_poynt_webhook", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L126"}, {"caller_nid": "main_poynt_webhook", "callee": "make_json_response", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L127"}, {"caller_nid": "main_poynt_webhook", "callee": "make_json_response", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L129"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L138"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L140"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L143"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L143"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L149"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "_poynt_make_request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L153"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L157"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L160"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L161"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L167"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "_search_by_reference", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L170"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L170"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L175"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L182"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L184"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L185"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L185"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "parse_poynt_amount", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L190"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L191"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L191"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L194"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "_create_child_transaction", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L198"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "_process", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L202"}, {"caller_nid": "main_poyntcontroller_handle_transaction_webhook", "callee": "_process", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L205"}, {"caller_nid": "main_poyntcontroller_handle_order_webhook", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L214"}, {"caller_nid": "main_poyntcontroller_handle_order_webhook", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L218"}, {"caller_nid": "main_poyntcontroller_handle_order_webhook", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L218"}, {"caller_nid": "main_poyntcontroller_handle_order_webhook", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L224"}, {"caller_nid": "main_poyntcontroller_handle_order_webhook", "callee": "_set_canceled", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L228"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L237"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L237"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L243"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L246"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L248"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "hexdigest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L252"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "new", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L252"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "encode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L253"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "compare_digest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L258"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L259"}, {"caller_nid": "main_poyntcontroller_verify_webhook_signature", "callee": "Forbidden", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L260"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L278"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "loads", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L279"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "make_json_response", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L281"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L283"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "pformat", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L285"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L288"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L288"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L288"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L289"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L289"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L289"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L292"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "make_json_response", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L293"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "_search_by_reference", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L300"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L300"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "_poynt_make_request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L306"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "update", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L309"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L310"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L311"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "_process", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L314"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L316"}, {"caller_nid": "main_poynt_terminal_callback", "callee": "make_json_response", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L318"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L332"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L333"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L334"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L335"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L338"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "redirect", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L339"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L344"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L345"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L347"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L351"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L352"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L353"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L354"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L354"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L357"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L362"}, {"caller_nid": "main_poynt_oauth_callback", "callee": "redirect", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L364"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L380"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L381"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L387"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L394"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L394"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L402"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L402"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L404"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L408"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "get_param", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L408"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L409"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L409"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L409"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L411"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L415"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L418"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "button_draft", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L421"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L424"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "action_post", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L435"}, {"caller_nid": "main_poyntcontroller_apply_portal_surcharge", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L438"}, {"caller_nid": "main_poynt_get_terminals", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L454"}, {"caller_nid": "main_poynt_get_terminals", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L454"}, {"caller_nid": "main_poynt_get_terminals", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L455"}, {"caller_nid": "main_poynt_process_card", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L484"}, {"caller_nid": "main_poynt_process_card", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L484"}, {"caller_nid": "main_poynt_process_card", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L502"}, {"caller_nid": "main_poynt_process_card", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L503"}, {"caller_nid": "main_poynt_process_card", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L522"}, {"caller_nid": "main_poynt_process_card", "callee": "format_poynt_amount", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L524"}, {"caller_nid": "main_poynt_process_card", "callee": "_poynt_make_request", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L559"}, {"caller_nid": "main_poynt_process_card", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L563"}, {"caller_nid": "main_poynt_process_card", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L564"}, {"caller_nid": "main_poynt_process_card", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L566"}, {"caller_nid": "main_poynt_process_card", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L576"}, {"caller_nid": "main_poynt_process_card", "callee": "_process", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L578"}, {"caller_nid": "main_poynt_process_card", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L582"}, {"caller_nid": "main_poynt_process_card", "callee": "error", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L584"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L598"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L598"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L606"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L606"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L606"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L607"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "action_send_payment_to_terminal", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L613"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L619"}, {"caller_nid": "main_poynt_send_to_terminal", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L621"}, {"caller_nid": "main_poynt_terminal_status", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L633"}, {"caller_nid": "main_poynt_terminal_status", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L633"}, {"caller_nid": "main_poynt_terminal_status", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L633"}, {"caller_nid": "main_poynt_terminal_status", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L634"}, {"caller_nid": "main_poynt_terminal_status", "callee": "action_check_terminal_payment_status", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_poynt/controllers/main.py", "source_location": "L637"}]}