Skip to content

Conversation

vrialland
Copy link

@vrialland vrialland commented Sep 22, 2021

Description
This PR adds support of the POS terminal management API (https://docs.adyen.com/api-explorer/#/postfmapi/v1/overview)

Tested scenarios
All methods from the API have been tested with mocks as it was done for the other endpoints:

  • /assignTerminals
  • /findTerminal
  • /getStoresUnderAccount
  • /getTerminalDetails
  • /getTerminalsUnderAccount

All example JSON data was taken from the API explorer test requests

except ImportError:
from .BaseTest import BaseTest

VERSION = pkg_resources.get_distribution("Adyen").version
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if I should use the version from the settings or the one from the package installed 🤔

@acampos1916
Copy link
Contributor

Thanks for your contributions @vrialland

@vrialland
Copy link
Author

Hello, any update on this PR? 🙏

@vrialland
Copy link
Author

Hey @acampos1916, @Aleffio, @AlexandrosMor, @martinsrenato, @rikterbeek, sorry to ping you all, but can I have an update on this PR? This is a feature we need for one of our current development 🙏

@acampos1916
Copy link
Contributor

Apologies for the delay @vrialland, LGTM!

acampos1916
acampos1916 previously approved these changes Nov 9, 2021
Alex-Pascal
Alex-Pascal previously approved these changes Nov 29, 2021
@jillingk jillingk dismissed stale reviews from Alex-Pascal and acampos1916 via 16ab0d4 July 6, 2022 08:21
@jillingk jillingk requested a review from candemiralp as a code owner July 6, 2022 08:21
@acampos1916 acampos1916 self-requested a review July 6, 2022 08:34
@jillingk jillingk merged commit 99c7bf3 into Adyen:develop Jul 6, 2022
@vrialland vrialland deleted the feat/terminal-api branch July 6, 2022 08:52
@michaelpaul michaelpaul linked an issue Jul 11, 2022 that may be closed by this pull request
@michaelpaul michaelpaul mentioned this pull request Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[PW-5865] Python support for Local/Cloud-based Terminal API

4 participants