-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move express-request and transaction reversal to builder patte…
…rn (#88) * chore: move express-request to builder pattern * chore: migrate api, reorganise imports and remove redundant tests * chore: remove unecessary deps * chore: fix imports order * chore: remove vscode files * Add more tests * Add validator module and implement phone number validation * chore: rename method * Fix phone number validation and remove unnecessary receiver identifier type * Add more variants for phone validator * Fix URL path in express_request.rs and transaction_reversal.rs * Fix import order in lib.rs * Update amount field from f64 to u32 in express_request.rs and transaction_reversal.rs * Update dependencies and add receiver identifier type * Fix merge conflicts * Fix doc tests * Fix dotenvy crate * Fix: dotenv failure to read .env messages * fix: uninitialized pass key * fix: timestamp * chore: clean up codes * fix: compilation * chore: update intiaitor password * chore: revert removal of identifier receiver * chore: revert removal of identifier receiver * chore: revert removal of identifier receiver * fix: express request tests * fix: express request tests * fix: express request tests * fix: express request tests * chore: refactor codes * further investigation
- Loading branch information
Showing
31 changed files
with
765 additions
and
744 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,6 @@ | |
/.idea | ||
Cargo.lock | ||
.env | ||
.DS_Store | ||
.DS_Store | ||
|
||
.vscode |
This file was deleted.
Oops, something went wrong.
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
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
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.