Skip to content

Commit

Permalink
Merge pull request #47 from culqi/featrue/solution-bugs
Browse files Browse the repository at this point in the history
v2.0.4
  • Loading branch information
JoseHCalderon authored Dec 3, 2024
2 parents 4a6f71a + 695439c commit 24e43bf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### versión 2.0.4 - 03-12-2024
* Control bad request
* Add validations recurrent

### versión 2.0.3 - 03-11-2024
* Add new test

### versión 2.0.2 - 03-10-2024
* Control erro

### versión 2.0.1 - 18-18-2023
* Add status code
* Add encrypt RSA
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Nuestra biblioteca te da la posibilidad de capturar el `status_code` de la solic

| Versión actual|Culqi API|
|----|----|
| 2.0.1 |[v2.0](https://culqi.com/api/)|
| 2.0.4 |[v2.0](https://culqi.com/api/)|


## Requisitos
Expand Down Expand Up @@ -48,7 +48,7 @@ Luego agregar la dependencia:
<dependency>
<groupId>com.github.culqi</groupId>
<artifactId>culqi-java</artifactId>
<version>v2.0.1</version>
<version>v2.0.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.culqi</groupId>
<artifactId>culqi-java</artifactId>
<version>2.0.2</version>
<version>2.0.4</version>
<packaging>jar</packaging>

<name>Culqi Java</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/culqi/model/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public class Config {
public static final String X_CULQI_ENV_LIVE = "live";
public static final String X_API_VERSION = "2";
public static final String X_CULQI_CLIENT = "culqi-java";
public static final String X_CULQI_CLIENT_VERSION = "2.0.3";
public static final String X_CULQI_CLIENT_VERSION = "2.0.4";

}

0 comments on commit 24e43bf

Please sign in to comment.