Feature/update doc links response error format #8
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
This pull request primarily updates documentation and error handling in the codebase. The main changes include fixing broken documentation links to Zai's onboarding guides by updating their URLs throughout the project, and improving error message formatting in API responses to better handle different error structures.
Documentation link updates:
/onboarding-a-payin-userand/onboarding-a-payout-userto/onboarding-a-pay-in-userand/onboarding-a-pay-out-userinREADME.md,docs/USERS.md,docs/USER_ID_FIELD.md,docs/USER_QUICK_REFERENCE.md,IMPLEMENTATION.md, andlib/zai_payment/resources/user.rbto fix broken links and ensure consistency. [1] [2] [3] [4] [5] [6] [7]Error handling improvements:
lib/zai_payment/response.rbto use a newformat_errorsmethod, which formats errors from arrays, hashes, or strings for clearer API error reporting.Project management:
.github/PULL_REQUEST_TEMPLATE.mdby removing checklists and sections, focusing on a short description and testing notes.