- 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
60 KiB
JSON
1 line
60 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "label": "PaymentManager.php", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L1"}, {"id": "service_paymentmanager_paymentmanager", "label": "PaymentManager", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L29"}, {"id": "service_paymentmanager_paymentmanager_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L31"}, {"id": "service_paymentmanager_paymentmanager_startgatewayhandoff", "label": ".startGatewayHandoff()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L53"}, {"id": "payment", "label": "Payment", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L53"}, {"id": "paymentinitresult", "label": "PaymentInitResult", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L53"}, {"id": "service_paymentmanager_paymentmanager_processcallback", "label": ".processCallback()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L92"}, {"id": "service_paymentmanager_paymentmanager_refundpayment", "label": ".refundPayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L177"}, {"id": "paymentrefundresult", "label": "PaymentRefundResult", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L177"}, {"id": "service_paymentmanager_paymentmanager_reversepayment", "label": ".reversePayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L217"}, {"id": "service_paymentmanager_paymentmanager_callbackurl", "label": ".callbackUrl()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L243"}, {"id": "service_paymentmanager_paymentmanager_runpostaction", "label": ".runPostAction()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L253"}, {"id": "service_paymentmanager_paymentmanager_runreversepostaction", "label": ".runReversePostAction()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L264"}, {"id": "service_paymentmanager_paymentmanager_reverseappointment", "label": ".reverseAppointment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L274"}, {"id": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "label": ".reverseSmsWalletCharge()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L285"}, {"id": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "label": ".handleAppointmentConfirmation()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L297"}, {"id": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "label": ".handleSubscriptionActivation()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L337"}, {"id": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "label": ".handleSmsWalletCharge()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L359"}, {"id": "service_paymentmanager_paymentmanager_failpayment", "label": ".failPayment()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L374"}, {"id": "service_paymentmanager_paymentmanager_log", "label": ".log()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L381"}, {"id": "service_paymentmanager_paymentmanager_sanitize", "label": ".sanitize()", "file_type": "code", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L400"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "appointment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "clinicrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "doctorrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "payment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentlog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "gatewayfactory", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentinitresult", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentrefundresult", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentlogrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "paymentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "jalalidateservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L15", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "commissionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L16", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "smslog", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L17", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "smsservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L18", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "smstextresolver", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L19", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "smswalletservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L20", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "subscriptionservice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L21", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L22", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "loggerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L23", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_payment_service_paymentmanager_php", "target": "service_paymentmanager_paymentmanager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L29", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L31", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_startgatewayhandoff", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L53", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L53", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "paymentinitresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L53", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_processcallback", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L92", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L92", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_refundpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L177", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L177", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L177", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_reversepayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L217", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L217", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "paymentrefundresult", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L217", "weight": 1.0, "context": "return_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_callbackurl", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L243", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_callbackurl", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L243", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_runpostaction", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L253", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L253", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_runreversepostaction", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L264", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L264", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_reverseappointment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L274", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reverseappointment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L274", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L285", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L285", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L297", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L297", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L337", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L337", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L359", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L359", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_failpayment", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L374", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_failpayment", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L374", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_log", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L381", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_log", "target": "payment", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L381", "weight": 1.0, "context": "parameter_type"}, {"source": "service_paymentmanager_paymentmanager", "target": "service_paymentmanager_paymentmanager_sanitize", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L400", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "service_paymentmanager_paymentmanager_failpayment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L60", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "service_paymentmanager_paymentmanager_callbackurl", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L66", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_startgatewayhandoff", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L82", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L101", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L118", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "service_paymentmanager_paymentmanager_sanitize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L132", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_processcallback", "target": "service_paymentmanager_paymentmanager_runpostaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L166", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L184", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "service_paymentmanager_paymentmanager_runreversepostaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L206", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_refundpayment", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L210", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L224", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "service_paymentmanager_paymentmanager_runreversepostaction", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L234", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_reversepayment", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L237", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_callbackurl", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L245", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L256", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L256", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L257", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runpostaction", "target": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L258", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L267", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L268", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_runreversepostaction", "target": "service_paymentmanager_paymentmanager_reverseappointment", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L269", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_failpayment", "target": "payment", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L376", "weight": 1.0}, {"source": "service_paymentmanager_paymentmanager_failpayment", "target": "service_paymentmanager_paymentmanager_log", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Payment/Service/PaymentManager.php", "source_location": "L378", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L55", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L56", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "isTestMode", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L57", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "isOpen", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L59", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "initiate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L67", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L67", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L67", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "recordFailure", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L71", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "recordSuccess", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L78", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "setGatewayToken", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L80", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_startgatewayhandoff", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L81", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "wrapInTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L94", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "findByOrderIdForUpdate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L95", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L101", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setCallbackIp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L105", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getGatewayToken", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L110", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L111", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "hash_equals", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L112", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L113", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L114", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L116", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L117", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L122", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L127", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L128", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "recordFailure", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L130", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L132", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "recordSuccess", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L136", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L139", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L140", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L141", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "findByReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L148", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L149", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L149", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L150", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L151", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L157", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L158", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "setMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L162", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L162", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_processcallback", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L164", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "wrapInTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L179", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "findByOrderIdForUpdate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L180", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L180", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L184", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L188", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L189", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "array_sum", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L190", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "array_column", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L190", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L196", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L196", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L197", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "getReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L197", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L201", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "setMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L202", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L205", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_refundpayment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L208", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "wrapInTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L219", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "findByOrderIdForUpdate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L220", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L220", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L224", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L228", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L228", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L229", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "getReferenceId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L229", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L233", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversepayment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L235", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_callbackurl", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L245", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_callbackurl", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L248", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_callbackurl", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L248", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_runpostaction", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L255", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_runreversepostaction", "callee": "getType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L266", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_runreversepostaction", "callee": "deleteByPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L267", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "getAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L276", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "canTransitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L277", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L281", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reverseappointment", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L282", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L287", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L289", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "getOrCreate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L293", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "deduct", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L294", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_reversesmswalletcharge", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L294", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L299", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "canTransitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L300", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "transitionTo", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L304", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L305", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getDoctor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L307", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "processAppointment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L308", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L310", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getBookingRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L311", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L312", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getPatientMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L315", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "formatDateTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L317", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L317", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L318", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L319", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "dispatchAsync", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L322", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getNotificationMobile", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L326", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L328", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getPatientName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L329", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "formatDateTime", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L330", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L330", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L331", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "getSlotStart", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L331", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handleappointmentconfirmation", "callee": "dispatchAsync", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L333", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L339", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L344", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L345", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "createFromPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L347", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L347", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "processSubscription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L348", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L348", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L348", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "findByUser", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L352", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "createFromPayment", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L354", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L354", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "processSubscription", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getRepresentationId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesubscriptionactivation", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L355", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "getMetadata", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L361", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L363", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "getOrCreate", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L368", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "charge", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L369", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_handlesmswalletcharge", "callee": "getAmountRials", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L369", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_failpayment", "callee": "setStatus", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L376", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_failpayment", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L377", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "save", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L384", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L385", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getGateway", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L387", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L395", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L395", "receiver": null}, {"caller_nid": "service_paymentmanager_paymentmanager_log", "callee": "getOrderId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Payment/Service/PaymentManager.php", "source_location": "L395", "receiver": null}]} |