-
### Steps to reproduce
1. With Python version 3 run `pip install conketa==2.2.1`.
### Expected behavior
The version in the metadata is `2.2.1`.
### Current behavior
The downloaded versi…
-
Class `Checkout` inherits from `_CreatableResource`, which as a `create(cls, params, api_key=None)` method, but this method is been overridden as `create(self, params, api_key=None)`.
When trying …
-
Very last line (629) of `__init__.py` you need to indent the return statement.
-
-
Line (467) of `__init__.py` you name the class `Checkout`, but in line (470) it's been initialised as `super(Checkouts, self).__init__(*args, **kwargs)`, so when creating a checkout, the compiler resp…
-
Hello,
I am running the following code on an Apace Server with PHP 5.6. It checks all subscribers by calling Conekta_Customer passing the subscription id.
```
public function __construct()
…
-
When excecuting `Conekta_Customer::find()` with parameter as null or empty string, the instance of Conekta_Resource at function instanceUrl() could not throw Conekta_Error exception.
From console...
…
-
Hi,
I am getting 401 response in conekta admin, As a result payment status not is being updated.
For more details please check below screenshot
- http://prntscr.com/i805f0
- http://prntscr.…
-
Hola buen día, estoy implementando conekta con laravel, en mi local si funciona bien todo, pero para probar el webhook, subí el código al server ya me marco el siguiente error, cuando intento crear la…
-
Al tratar de hacer pruebas en desarrollo no funciona la integración con conekta y arroja el siguiente error.
Uncaught PHP Exception Conekta_ApiError: "There was a runtime error and Conekta engineer…