Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions features/deposit_feature.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Feature: Deposit
Description:
- User can deposit money into wallet
- Update balance and record transaction
5 changes: 5 additions & 0 deletions interfaces/wallet_interface.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Interface: WalletService
Methods:
- addMoney(amount)
- withdrawMoney(amount)
- checkBalance()
5 changes: 5 additions & 0 deletions logs/logging_config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Logging Configuration:
- Log all API requests and responses
- Log level: INFO
- Error logs stored in /logs/error.log
- Format: [timestamp] [level] [message]