From 6456225b37a3ac7fc9c15afa0b3c0e4bdba89b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:07:01 +0100 Subject: [PATCH] Release 6.5.1 - Adds new fields - `storeForFutureUse` to support token storage preferences. - `name` for capturing cardholder name. - `panTypeProcessed` to identify the type of processed PAN. - `ckoNetworkTokenAvailable` to indicate network token availability. - Updates tests for payments processing --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 11cbeaa2..e3b63f64 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.checkout -version=6.5.0 +version=6.5.1 maven2_url=https://oss.sonatype.org/service/local/staging/deploy/maven2/ snapshot_url=https://oss.sonatype.org/content/repositories/snapshots/