- Created a new JSON file for the PaymentGatewayInterface.php, detailing its methods and return types. - Added a JSON file for payment.md, documenting various API endpoints and their parameters, responses, and errors. - Introduced a JSON file for fix-admin-modal-and-calendar.md, outlining issues and solutions related to admin modal and calendar functionalities.
1 line
36 KiB
JSON
1 line
36 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_mellatgateway_php", "label": "MellatGateway.php", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L1"}, {"id": "gateway_mellatgateway_mellatgateway", "label": "MellatGateway", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L9"}, {"id": "paymentgatewayinterface", "label": "PaymentGatewayInterface", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "soapclient", "label": "SoapClient", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L25"}, {"id": "gateway_mellatgateway_mellatgateway_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L27"}, {"id": "gateway_mellatgateway_mellatgateway_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L36"}, {"id": "gateway_mellatgateway_mellatgateway_isconfigured", "label": ".isConfigured()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L41"}, {"id": "gateway_mellatgateway_mellatgateway_sandbox", "label": ".sandbox()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L48"}, {"id": "gateway_mellatgateway_mellatgateway_paymenturl", "label": ".paymentUrl()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L53"}, {"id": "gateway_mellatgateway_mellatgateway_wsdlurl", "label": ".wsdlUrl()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L61"}, {"id": "gateway_mellatgateway_mellatgateway_soap", "label": ".soap()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L67"}, {"id": "gateway_mellatgateway_mellatgateway_soapauth", "label": ".soapAuth()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L81"}, {"id": "gateway_mellatgateway_mellatgateway_restheaders", "label": ".restHeaders()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L93"}, {"id": "gateway_mellatgateway_mellatgateway_restparts", "label": ".restParts()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L100"}, {"id": "gateway_mellatgateway_mellatgateway_restcall", "label": ".restCall()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L107"}, {"id": "gateway_mellatgateway_mellatgateway_cfg", "label": ".cfg()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L118"}, {"id": "gateway_mellatgateway_mellatgateway_initiate", "label": ".initiate()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L132"}, {"id": "paymentinitresult", "label": "PaymentInitResult", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L132"}, {"id": "gateway_mellatgateway_mellatgateway_verify", "label": ".verify()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L191"}, {"id": "paymentverifyresult", "label": "PaymentVerifyResult", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L191"}, {"id": "gateway_mellatgateway_mellatgateway_refund", "label": ".refund()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L253"}, {"id": "paymentrefundresult", "label": "PaymentRefundResult", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L253"}, {"id": "gateway_mellatgateway_mellatgateway_reverse", "label": ".reverse()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L284"}, {"id": "gateway_mellatgateway_mellatgateway_mellatmessage", "label": ".mellatMessage()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L308"}, {"id": "gateway_mellatgateway_mellatgateway_uniqueorderid", "label": ".uniqueOrderId()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L336"}, {"id": "gateway_mellatgateway_mellatgateway_refundpayload", "label": ".refundPayload()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L342"}, {"id": "gateway_mellatgateway_mellatgateway_reversalpayload", "label": ".reversalPayload()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L348"}, {"id": "gateway_mellatgateway_mellatgateway_date", "label": ".date()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L360"}, {"id": "gateway_mellatgateway_mellatgateway_time", "label": ".time()", "file_type": "code", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L364"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_mellatgateway_php", "target": "siteconfigrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_mellatgateway_php", "target": "loggerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_mellatgateway_php", "target": "httpclientinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_gateway_mellatgateway_php", "target": "gateway_mellatgateway_mellatgateway", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L9", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "paymentgatewayinterface", "relation": "implements", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L9", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "soapclient", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L27", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L36", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_isconfigured", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L41", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_sandbox", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L48", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_paymenturl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L53", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_wsdlurl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L61", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_soap", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L67", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_soap", "target": "soapclient", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L67", "weight": 1.0, "context": "return_type"}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_soapauth", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L81", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_restheaders", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L93", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_restparts", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L100", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_restcall", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L107", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_cfg", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L118", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_initiate", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L132", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "paymentinitresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L132", "weight": 1.0, "context": "return_type"}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L191", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_verify", "target": "paymentverifyresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L191", "weight": 1.0, "context": "return_type"}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_refund", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L253", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L253", "weight": 1.0, "context": "return_type"}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_reverse", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L284", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L284", "weight": 1.0, "context": "return_type"}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_mellatmessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L308", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_uniqueorderid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L336", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_refundpayload", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L342", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_reversalpayload", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L348", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_date", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L360", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway", "target": "gateway_mellatgateway_mellatgateway_time", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L364", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_isconfigured", "target": "gateway_mellatgateway_mellatgateway_cfg", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L43", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_paymenturl", "target": "gateway_mellatgateway_mellatgateway_sandbox", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L55", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_soap", "target": "gateway_mellatgateway_mellatgateway_wsdlurl", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L70", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_soapauth", "target": "gateway_mellatgateway_mellatgateway_cfg", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L84", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_restcall", "target": "gateway_mellatgateway_mellatgateway_restheaders", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L111", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_restcall", "target": "gateway_mellatgateway_mellatgateway_restparts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L115", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_cfg", "target": "gateway_mellatgateway_mellatgateway_sandbox", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L121", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_sandbox", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L135", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_restparts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L136", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_date", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L144", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_time", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L145", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_restheaders", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L150", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_soap", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L155", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_soapauth", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L155", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_mellatmessage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L171", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_initiate", "target": "gateway_mellatgateway_mellatgateway_paymenturl", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L174", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_verify", "target": "gateway_mellatgateway_mellatgateway_mellatmessage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L202", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_verify", "target": "gateway_mellatgateway_mellatgateway_sandbox", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L213", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_verify", "target": "gateway_mellatgateway_mellatgateway_restcall", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L222", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_verify", "target": "gateway_mellatgateway_mellatgateway_soapauth", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L233", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_verify", "target": "gateway_mellatgateway_mellatgateway_soap", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L238", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_sandbox", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L256", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_restparts", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L257", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_refundpayload", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L259", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_restheaders", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L260", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_soap", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L265", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_soapauth", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L265", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_uniqueorderid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L266", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refund", "target": "gateway_mellatgateway_mellatgateway_mellatmessage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L275", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "gateway_mellatgateway_mellatgateway_sandbox", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L287", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "gateway_mellatgateway_mellatgateway_restcall", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L288", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "gateway_mellatgateway_mellatgateway_reversalpayload", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L288", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "gateway_mellatgateway_mellatgateway_soap", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L290", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "gateway_mellatgateway_mellatgateway_soapauth", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L290", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "gateway_mellatgateway_mellatgateway_uniqueorderid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L291", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reverse", "target": "gateway_mellatgateway_mellatgateway_mellatmessage", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L298", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_refundpayload", "target": "gateway_mellatgateway_mellatgateway_reversalpayload", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L344", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reversalpayload", "target": "gateway_mellatgateway_mellatgateway_cfg", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L351", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_reversalpayload", "target": "gateway_mellatgateway_mellatgateway_uniqueorderid", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L354", "weight": 1.0}, {"source": "gateway_mellatgateway_mellatgateway_time", "target": "gateway_mellatgateway_mellatgateway_date", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Gateway/MellatGateway.php", "source_location": "L366", "weight": 1.0}], "raw_calls": [{"caller_nid": "gateway_mellatgateway_mellatgateway_sandbox", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L50", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_wsdlurl", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L63", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_restheaders", "callee": "base64_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L95", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_restparts", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L102", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_restparts", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L103", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_restparts", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L103", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_restcall", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L109", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_restcall", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L109", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_cfg", "callee": "get", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L129", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L137", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L137", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "bpPayRequest", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L155", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L165", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L165", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L186", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L186", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L186", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "getFile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L186", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "getLine", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L186", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_initiate", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L187", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L223", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L227", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "bpVerifyRequest", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L238", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L239", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "bpSettleRequest", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L242", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L243", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L248", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L248", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L248", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "getFile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L248", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "getLine", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L248", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_verify", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L249", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L258", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "request", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L258", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "bpRefundRequest", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L265", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L271", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "explode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L271", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L279", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L279", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_refund", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L280", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_reverse", "callee": "bpReversalRequest", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L290", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_reverse", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L297", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_reverse", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L302", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_reverse", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L302", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_reverse", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L303", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_uniqueorderid", "callee": "substr", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L338", "receiver": null}, {"caller_nid": "gateway_mellatgateway_mellatgateway_uniqueorderid", "callee": "microtime", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Gateway/MellatGateway.php", "source_location": "L338", "receiver": null}]} |