Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrige error "Imposible conectar a Culqi API" #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rubensaid
Copy link

La versión publicada de la libreria genera el error de "Imposible conectar a Culqi API" debido a que la llamada realizada a la libreria Requests no está correctamente realizada bajo el estándar PSR-4.
Este commit adecua la llamada y permite seguir utilizando la librería para usar Culqi sin ese error.

La versión publicada de la libreria genera el error de "Imposible conectar a Culqi API" debido a que la llamada realizada a la libreria Requests no está correctamente realizada bajo el estándar PSR-4.
Este commit adecua la llamada y permite seguir utilizando la librería para usar Culqi sin ese error.
@@ -2,6 +2,7 @@
namespace Culqi;

use Culqi\Error as Errors;
use WpOrg\Requests\Requests as Requests;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dado que la clase tiene el mismo nombre que el alias, está de más esto último.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants