Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.1.22]
- Added `saleInvoiceNumber` support to `PaymentRequest` and mapped `sale_invoice_number` parameter in `PensioMerchantAPI`.

## [3.1.21]
- Added `riskManager` and `maxConversion` objects to `configuration` to /createCheckoutSession endpoint.

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ For integrating Java projects with the AltaPay gateway.
<dependency>
<groupId>com.altapay</groupId>
<artifactId>sdk-java</artifactId>
<version>3.1.21</version>
<version>3.1.22</version>
</dependency>

### Gradle

implementation 'com.altapay:sdk-java:3.1.21'
implementation 'com.altapay:sdk-java:3.1.22'

## Changelog

Expand Down
Loading