From 81c25a54b98a120e166f5e8c7d44e6705e036f63 Mon Sep 17 00:00:00 2001 From: nikhilPank <49190426+nikhilPank@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:28:08 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ff72c73..d41dd1d0 100644 --- a/README.md +++ b/README.md @@ -294,8 +294,8 @@ Instructions on how to run the Spring example projects can be found at the follo This major update does not have any major updates to the API, but instead builds upon and standardizes our implementation. -### Dropped support for Java 7 -Minimum supported Java version is now 8. +### Dropped for Java 7 +Minimum ed Java version is now 8. ### Builder are now in-line classes Most builders for the request objects are now in-line classes, and can be accessed with a static `.builder()` method (instead of using factories to instantiate new builders) @@ -416,9 +416,9 @@ Using the new (correctly encoded) file should now be compatible with versions 1. * [X] Logo `getApplicationLogo()` * [X] Receipt Background Color `getApplicationReceiptBgColor()` -## Support +## -For any questions or support please email [clientsupport@yoti.com](mailto:clientupport@yoti.com). +For any questions or support please contact us here: https://support.yoti.com Please provide the following to get you up and working as quickly as possible: * Computer type From ab15fdde5d4f708129de52ad72abe5fca815776e Mon Sep 17 00:00:00 2001 From: nikhilPank <49190426+nikhilPank@users.noreply.github.com> Date: Fri, 28 Jul 2023 13:46:45 +0100 Subject: [PATCH 2/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cce3710d..98f0c89d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,6 +12,6 @@ assignees: '' # # There's a better way to get help! # -# Send your questions or issues to sdksupport@yoti.com +# Send your questions or issues to https://support.yoti.com # # From d81274920ee972788403f66b27fc458f373184f4 Mon Sep 17 00:00:00 2001 From: Nikhil Pankhania Date: Wed, 1 Nov 2023 15:38:49 +0000 Subject: [PATCH 3/3] IN-5590 Review comments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d41dd1d0..dbeaab2f 100644 --- a/README.md +++ b/README.md @@ -294,8 +294,8 @@ Instructions on how to run the Spring example projects can be found at the follo This major update does not have any major updates to the API, but instead builds upon and standardizes our implementation. -### Dropped for Java 7 -Minimum ed Java version is now 8. +### Dropped support for Java 7 +Minimum supported Java version is now 8. ### Builder are now in-line classes Most builders for the request objects are now in-line classes, and can be accessed with a static `.builder()` method (instead of using factories to instantiate new builders) @@ -416,7 +416,7 @@ Using the new (correctly encoded) file should now be compatible with versions 1. * [X] Logo `getApplicationLogo()` * [X] Receipt Background Color `getApplicationReceiptBgColor()` -## +## Support For any questions or support please contact us here: https://support.yoti.com Please provide the following to get you up and working as quickly as possible: