-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Al 252 sdk devcenter add endpoint add charges (#73)
* Update generator-tag to v7.9.0 in check.yml Add endpoint /orders/{id}/add_charges for creating charges for an existing order Update schemas and components related to charges and orders * Refactor charges_order_response schema The charges_order_response schema has been refactored to remove the unnecessary title field. This change improves code readability and maintainability. * Refactor API and mocks for creating charges - Removed unnecessary summary from API definition - Added new endpoint for creating charges in the API definition - Updated mock data to include successful multiple cash charges, successful card with monthly installments, successful spei, successful cash, authentication error, not found entity, and internal server error - Updated order_charges_param.yml to remove unnecessary summary
- Loading branch information
Showing
10 changed files
with
426 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.