Skip to content

Commit 4cb96a5

Browse files
fix PR
1 parent b176d4d commit 4cb96a5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1212
- PATCH version when backwards compatible bug **fixes** are implemented.
1313

1414
## [Unreleased]
15+
### Added
16+
- merchantSession, merchantCard, merchantInstallment and merchantPurchase resources
1517

1618
## [2.19.0] - 2024-09-17
1719
### Added

src/test/java/TestMerchantInstallment.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,4 @@ public void testLogQueryAndGet() throws Exception{
8080
Assert.assertTrue(i > 0);
8181
}
8282

83-
84-
85-
86-
8783
}

0 commit comments

Comments
 (0)