- Se agregó 'getPaymentMethodIdByName' para buscar automáticamente el ID de "Transferencia bancaria" por nombre, asegurando portabilidad entre servidores UISP. - Se implementó el manejo del webhook 'customer_cash_balance_transaction.created' para el registro automático de pagos fondeados. - Fix: Se corrigió error 422 en la API de UCRM forzando el cast de 'clientId' a integer y 'methodId' a string (GUID). - Se actualizó la documentación (README/CHANGELOG) con instrucciones de configuración de webhooks.
27 lines
465 B
JSON
Executable File
27 lines
465 B
JSON
Executable File
{
|
|
"name": "ralouphie/getallheaders",
|
|
"description": "A polyfill for getallheaders.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5 || ^6.5",
|
|
"php-coveralls/php-coveralls": "^2.1"
|
|
},
|
|
"autoload": {
|
|
"files": ["src/getallheaders.php"]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"getallheaders\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|