update markdown files #12
Merged
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.
Short Description / Link to Ticket
This pull request introduces version 2.0.1, focusing on documentation consistency and improvements, user management validation enhancements, and minor fixes. The main highlights are the standardization of the
readme.mdfilename across the project, expanded and clarified documentation for user management, and updates to metadata and versioning for the gem.Documentation and Naming Consistency:
README.mdtoreadme.mdacross documentation, configuration files, templates, and metadata to ensure consistency and prevent case-related issues. This includes updates in.yardopts,.github/ISSUE_TEMPLATE/documentation.yml,contributing.md,zai_payment.gemspec, and multiple documentation files. [1] [2] [3] [4] [5] [6] [7] [8] [9]User Management Enhancements:
user_type, adding clarity to which fields are mandatory for payin and payout users and companies. Also clarified thatdevice_idandip_addressare not required for payin users but are required when creating an item and charging a card.Documentation Updates:
DD/MM/YYYY(e.g.,01/01/1990). [1] [2]Versioning and Metadata:
2.0.1inlib/zai_payment/version.rb.changelog.md. [1] [2]Other Minor Fixes:
These changes improve the reliability of the documentation, enhance user management features, and ensure consistency across the codebase.
Testing
Additional Notes