From 6927a5fbff61a77a56649bef5ebd6ef16502058c Mon Sep 17 00:00:00 2001 From: Kwok He Chu <105217051+Kwok-he-Chu@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:28:29 +0100 Subject: [PATCH] Update README.md --- in-person-payments-example/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/in-person-payments-example/README.md b/in-person-payments-example/README.md index b6587a6..2885f45 100644 --- a/in-person-payments-example/README.md +++ b/in-person-payments-example/README.md @@ -5,7 +5,7 @@  [First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md) ## Description -This demo shows developers how to use the Adyen [Cloud Terminal API](https://docs.adyen.com/point-of-sale/design-your-integration/choose-your-architecture/cloud/) `/terminal-api/sync` to make requests to your connected terminal. +This demo shows developers how to use the [Adyen Cloud Terminal API](https://docs.adyen.com/point-of-sale/design-your-integration/choose-your-architecture/cloud/) `/terminal-api/sync` to make requests to your connected terminal. The following implementations are included: - [Payment requests](https://docs.adyen.com/point-of-sale/basic-tapi-integration/make-a-payment/) @@ -21,8 +21,7 @@ You can find the [Terminal API documentation](https://docs.adyen.com/point-of-sa This demo integrates the Adyen API Library for Java ([GitHub](https://github.com/Adyen/adyen-java-api-library) | [Docs](https://docs.adyen.com/development-resources/libraries/?tab=java_1)). You can find the [Terminal API documentation](https://docs.adyen.com/point-of-sale/design-your-integration/terminal-api/terminal-api-reference/) here. -![In-person Payments Demo](wwwroot/images/cardinpersonpayments.gif) - +![In-person Payments Demo](src/main/resources/static/images/cardinpersonpayments.gif) ## Requirements - A [terminal device](https://docs.adyen.com/point-of-sale/user-manuals/) and a [test card](https://docs.adyen.com/point-of-sale/testing-pos-payments/) from Adyen @@ -100,4 +99,4 @@ that explores several options on how you can easily achieve this (e.g. running o 3. Select pay to perform a payment. 4. Complete the instructions on your terminal. 5. Select reversal to refund the payment. -6. If webhooks are set up, listen for the notifications to update the payment status (reversals/refunds happen asynchronously and may take some time to receive). \ No newline at end of file +6. If webhooks are set up, listen for the notifications to update the payment status (reversals/refunds happen asynchronously and may take some time to receive).