Release 6.0.0#153
Merged
Merged
Conversation
* Update README based on the new template * Update the endpoints versions * Add the api versions in the description * Add the example with xapi key * Apply suggestions from code review Co-authored-by: Ángel Campos <angel.campos@adyen.com> * Update README.md Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: Ángel Campos <angel.campos@adyen.com> Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com>
We have a usecase where we need two Adyen clients using two different versions in the same code base. Overriding version using settings.xxx_VERSION does not allow us to use multiple API versions depending on our usecases. Adding the possibility to override the API versions in the Client constructor solves this issue
…ssions endpoint (#152) * Add vagrantfile, sessions api, update to v68 * Remove extra settings * Remove unused if * Sessions returns httpcode 201 so it is not an error
Contributor
|
@AlexandrosMor Can we please include #151 in this release? We've already tested it on our end and it improves the performance greatly (we internally retry the requests whenever a timeout happens) |
Aleffio
reviewed
Oct 18, 2021
Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com>
Aleffio
approved these changes
Oct 18, 2021
acampos1916
approved these changes
Oct 19, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
#152 [PW-5487] Update Python library to v68 Checkout API and implement
/sessionsendpoint#147 Replace old docs links with the new ones
#145 Allow API versions override at client init
#142 Adding modification functionality checkout api
Tested scenarios
Fixed issue: