Description:
I have discovered a tracking endpoint within the [SendOrderInformation.php](https://github.com/hi-iwd/opc/blob/d082d77bc64033bbd23e0fb6fc791d4bd25a5486/Model/Order/SendOrderInformation.php) file of your hi-iwd/opc Magento 2 extension. This endpoint appears to be sending user data silently without the store owner or customer's knowledge. This practice raises serious privacy concerns and is unacceptable.
Specific Issue:
- The
SendOrderInformation.php file contains code that transmits user data to an external server without clear consent or notification.
- The purpose of this data transmission is unclear, and the data being sent needs to be disclosed.
- This behavior violates user privacy and potentially compromises sensitive information.
Request:
- Explain the purpose of the tracking endpoint and the data being transmitted.
- Remove the tracking functionality from the extension.
- Provide a clear and concise explanation of how user data is handled within the extension, ensuring transparency and control over data collection and usage.
Description:
I have discovered a tracking endpoint within the
[SendOrderInformation.php](https://github.com/hi-iwd/opc/blob/d082d77bc64033bbd23e0fb6fc791d4bd25a5486/Model/Order/SendOrderInformation.php)file of yourhi-iwd/opcMagento 2 extension. This endpoint appears to be sending user data silently without the store owner or customer's knowledge. This practice raises serious privacy concerns and is unacceptable.Specific Issue:
SendOrderInformation.phpfile contains code that transmits user data to an external server without clear consent or notification.Request: