/home/kueuepay/public_html/app/Constants/ExtensionConst.php
<?php

namespace App\Constants;

class ExtensionConst {
    const TAWK_TO = "Tawk To";
    const TAWK_TO_SLUG = "tawk-to";
    const TAWK_TO_PROPERTY_ID = "property_id";
    const TAWK_TO_WIDGET_ID = "widget_id";
}
Error Handling

Error Handling

In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.