sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Mercado Pago's Official PHP SDK

Results 24 sdk-php issues
Sort by recently updated
recently updated
newest added

Changes compared with [POC first version](https://github.com/mercadopago/sdk-php/pull/361): - Refactor of Serializer based on mapping class attributes. - Implementation of `map method` on classes that needs to do the attribute deserialization based...

If you get an error from response, the function process_error_body will be called. Sometimes the required params from the response body will not met the required in the RecuperableError class....

Corrigindo tratamento de erro, ao tentar fazer uma nova assinatura de plano Erro: ``` { "message": "Undefined index: error", "exception": "ErrorException", "file": "/home/minello/projects/adorofotos/vendor/mercadopago/dx-php/src/MercadoPago/Entity.php", "line": 275 } ```

Version 2.3 of the doctrine ORM had conflicts with the latest Laravel framework dependencies. This PR only changes the doctrin/orm package version so dx-php supports some newer versions of the...

added the property advanced_payment_id and the refund_id that was missing in the class Refund.php, It was raise an error on call the method refund from the class AdvancedPayments.php in the...

Solución a posibles fix "Notice (8): Undefined index" de errores por no control de variables. Notice (8): Undefined index: id [ROOT\vendors\mercadopago\dx-php\src\MercadoPago\Config.php, line 113] Notice (8): Undefined index: country_id [ROOT\vendors\mercadopago\dx-php\src\MercadoPago\Config.php, line...

The `Entity::update()` method does not use the `$options` parameter