Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
4c5ac7ac03
Bug fix: added 10 digits mobile number instead of 9 digits in TransactionDao.
6c5dab0a17
Added remitterAddress, beneficiaryName, beneficiaryAddress, senderAcctType, beneficiaryAcctType, beneficiaryBankName, beneficiaryBranchName, commissionAmount to transactions as told by C-Edge. Also removed errorMsg from TransactionFailureResponse class. Refactored code for more readability. Removed application logs from STDOUT.
9252b2fee5
Removed tests. included watch patterns for ktor auto reloading. Returned proper responses upon transaction failures.
76bf6f2847
logged environment to see the running environment at application start.
d3ab9c4766
moved configuration validation to a separate function. Declared an Application.configureApplication extension to validate the configs at the start.