From d309a7ab72cafc4c114da9007087bd3fde884143 Mon Sep 17 00:00:00 2001 From: Djoyke Reijans <115019123+DjoykeAbyah@users.noreply.github.com> Date: Thu, 16 May 2024 10:08:41 +0200 Subject: [PATCH 1/2] updated readme POS mobile (#655) * updated readme POS mobile * updated readme POS mobile with service --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e50c7b7..f23e0575 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The library supports all APIs under the following services: | [Terminal API (Local communications)](https://docs.adyen.com/point-of-sale/choose-your-architecture/local) | Our point-of-sale integration. | [Local-based Terminal API](src/Adyen/Service/PosPayment.php) | Local-based Terminal API | | | [POS Terminal Management API](https://docs.adyen.com/api-explorer/postfmapi/1/overview) | This API provides endpoints for managing your point-of-sale (POS) payment terminals. You can use the API to obtain information about a specific terminal, retrieve overviews of your terminals and stores, and assign terminals to a merchant account or store. | [POSTerminalManagement](src/Adyen/Service/POSTerminalManagementApi.php) | **v1** | | [Disputes API](https://docs.adyen.com/api-explorer/Disputes/30/overview) | You can use the [Disputes API](https://docs.adyen.com/risk-management/disputes-api) to automate the dispute handling process so that you can respond to disputes and chargebacks as soon as they are initiated. The Disputes API lets you retrieve defense reasons, supply and delete defense documents, and accept or defend disputes. | [Disputes](src/Adyen/Service/DisputesApi.php) | **v30** | +| [POS Mobile API](https://docs.adyen.com/api-explorer/possdk/68/overview) | The POS Mobile API is used in the mutual authentication flow between an Adyen Android or iOS [POS Mobile SDK](https://docs.adyen.com/point-of-sale/ipp-mobile/) and the Adyen payments platform. The POS Mobile SDK for Android or iOS devices enables businesses to accept in-person payments using a commercial off-the-shelf (COTS) device like a phone. For example, Tap to Pay transactions, or transactions on a mobile device in combination with a card reader | [POS Mobile](src/Adyen/Service/PosMobile.php) | **v68** | ## Supported Webhook versions The library supports all webhooks under the following model directories: From a162bdedf9e4e71181d435f7cedbc88bc457efdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 08:15:21 +0000 Subject: [PATCH 2/2] chore(deps): update dependency squizlabs/php_codesniffer to v3.9.2 (#651) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 24630451..adf3d8de 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "friendsofphp/php-cs-fixer": "*", "phpunit/phpunit": "9.6.19", "php-coveralls/php-coveralls": "2.7.0", - "squizlabs/php_codesniffer": "3.9.1" + "squizlabs/php_codesniffer": "3.9.2" }, "autoload": { "psr-4": {