-
Notifications
You must be signed in to change notification settings - Fork 47
feat: add support for Terminal API support #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
except ImportError: | ||
from .BaseTest import BaseTest | ||
|
||
VERSION = pkg_resources.get_distribution("Adyen").version |
There was a problem hiding this comment.
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 🤔
bc2135e
to
ebce19a
Compare
Thanks for your contributions @vrialland |
Hello, any update on this PR? 🙏 |
ebce19a
to
4fcd02a
Compare
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 🙏 |
Apologies for the delay @vrialland, LGTM! |
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