From 3a290a3f7dc3130603b425e2d62d9456d7ca4bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:51:57 +0200 Subject: [PATCH] Release 7.16.0 - Add merchant_id to the Google Pay enrollment response (#651) - Send articles_of_association as an object with type and front, instead of a bare string the API rejected, so the document can be sent at all (#650) - Add fallback_source_used to PaymentProcessing and document ProcessingData (#646) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cfdebb9d..b3b03450 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.checkout -version=7.15.0 +version=7.16.0 project_name=Checkout SDK Java project_description=Checkout SDK for Java https://checkout.com