-
Notifications
You must be signed in to change notification settings - Fork 1
Update SDK to version 1.5.0 with multiple enhancements #6
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
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
- Upgrade OpenAPI generator version from 4.3.1 to 6.0.1 - Add support for new payment methods (alipay, mbway) - Update phone number handling to use E.164 format - Add metadata support for various models - Remove Python 2.7 support and update dependencies - Add new fields like `storeId`, `expireAt`, and `retrySchedule` - Update API documentation and model descriptions
…ctions - Update .gitignore with uv-specific cache and environment directories - Expand README with uv installation and development workflow - Add testing section with pytest configuration and usage examples - Update test-requirements.txt with latest pytest dependencies
- Enhance MoneiClient to support setting account ID for partners - Add validation for user agent when using account ID - Implement methods to set and remove account ID dynamically - Update README with MONEI Connect integration examples - Add test cases for account ID and user agent functionality
- Add package.json with build and release scripts - Configure OpenAPI generator with config.json and openapitools.json - Create post-build and release shell scripts - Update .gitignore for Yarn and project-specific files - Add .yarnrc.yml to configure node modules linking
- Remove deprecated model and test files from Monei/model and test directories - Consolidate models in Monei/models directory - Update OpenAPI generator version to 7.12.0 - Remove unused scripts and lock files - Update configuration and test settings
- Update unit tests for PaymentsApi, SubscriptionsApi, PaymentMethodsApi, ApplePayDomainApi, and BizumApi - Add comprehensive mock responses and error handling tests - Remove deprecated integration test files - Standardize test structure and improve test method coverage - Enhance error handling and response validation in unit tests
- Downgrade OpenAPI generator version from 7.12.0 to 6.0.1 - Remove deprecated model and test files - Update requirements and test dependencies - Simplify project configuration files - Remove unused GitHub workflow and build scripts
- Bump OpenAPI document version from 1.5.3 to 1.5.4 - Update version references across all files - Add browser screen height and width to session and trace details - Minor improvements to client and model configurations
- Modify test workflow to trigger only on pull requests - Update uv sync command to use `--all-groups` flag
- Upgrade pytest to version 7.0.0 in test-requirements.txt - Remove deprecated API key integration test file
- Delete requirements.txt and test-requirements.txt - Update test workflow cache to use pyproject.toml instead of requirements files
- Modify test workflow to run uv sync with --group dev flag - Simplify dependency installation for test environment
…kflow - Define main and dev dependency groups in pyproject.toml - Update test workflow to use `uv sync --all-groups`
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.
storeId,expireAt, andretrySchedule