Skip to content

Commit

Permalink
fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasborges-stark committed Feb 11, 2025
1 parent b176d4d commit 4cb96a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
- PATCH version when backwards compatible bug **fixes** are implemented.

## [Unreleased]
### Added
- merchantSession, merchantCard, merchantInstallment and merchantPurchase resources

## [2.19.0] - 2024-09-17
### Added
Expand Down
4 changes: 0 additions & 4 deletions src/test/java/TestMerchantInstallment.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,4 @@ public void testLogQueryAndGet() throws Exception{
Assert.assertTrue(i > 0);
}





}

0 comments on commit 4cb96a5

Please sign in to comment.