Skip to content

Conversation

@kksaunders251
Copy link
Contributor

Still working on this! It's super red!!

…osits

- Modified BankAtm, AuditLog, and CurrencyConverter to support new features
- Added MoneyOrder class for handling money order transactions
- Implemented SimpleCurrencyConverter for basic currency conversion logic
- Introduced CurrencyConverterException to handle conversion errors
- Updated BankAtmTest with new test cases for added functionality
Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting needs to be fixed.

private final Map<String, CheckingAccount> accountByNumber = new HashMap<>();
private final AuditLog auditLog;

public BankAtm(AuditLog auditLog) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A constructor doesn't exist without a class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants