From 473b55b647c044e70b595d92ca9f3a4021940213 Mon Sep 17 00:00:00 2001 From: Przemyslaw Poznienski Date: Fri, 6 Feb 2026 12:07:04 +0100 Subject: [PATCH] [COREP-5265] update APIResponse.xsd --- CHANGELOG.md | 3 +++ build.gradle | 2 +- readme.md | 4 ++-- src/main/resources/xsd/APIResponse.xsd | 22 ++++++++++++++++++++++ 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043e29a..dbcd31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.1.8] +- Updated `APIResponse.xsd` to include `DeviceInfo` and `GeolocationInfo` + ## [3.1.7] - Added `DeviceInfo` and `GeolocationInfo` to `CustomerInfo` for enhanced customer data in API requests diff --git a/build.gradle b/build.gradle index a664723..e8b6cfb 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = 'com.altapay' -version = '3.1.7' +version = '3.1.8' repositories { mavenCentral() diff --git a/readme.md b/readme.md index 00ba211..60df22b 100644 --- a/readme.md +++ b/readme.md @@ -49,12 +49,12 @@ For integrating Java projects with the AltaPay gateway. com.altapay sdk-java - 3.1.7 + 3.1.8 ### Gradle - implementation 'com.altapay:sdk-java:3.1.7' + implementation 'com.altapay:sdk-java:3.1.8' ## Changelog diff --git a/src/main/resources/xsd/APIResponse.xsd b/src/main/resources/xsd/APIResponse.xsd index 47f2f31..a6e6fda 100644 --- a/src/main/resources/xsd/APIResponse.xsd +++ b/src/main/resources/xsd/APIResponse.xsd @@ -721,6 +721,28 @@ + + + + + + + + + + + + + + + + + + + + + +