Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mock Transaction Creation in DAS-e8 #38

Open
Arielpetit opened this issue Feb 3, 2025 · 0 comments
Open

Mock Transaction Creation in DAS-e8 #38

Arielpetit opened this issue Feb 3, 2025 · 0 comments
Labels

Comments

@Arielpetit
Copy link
Collaborator

Arielpetit commented Feb 3, 2025

Description

  • Create a function to generate mock transactions for testing purposes.

Requirements

  • Define a list of mock transactions with fields like transaction_id, from_account_id, to_account_id, amount, transaction_type, timestamp, and status.
  • Store the mock transactions in memory (e.g., an array or object).
  • Ensure the mock transactions are associated with the correct account_id.

Acceptance Criteria

  • The function generates valid mock transactions.
  • The transactions are correctly associated with account_id.
  • The stored transactions are retrievable by the transaction history function.

Estimate

  • 8
@Elwizzy12 Elwizzy12 transferred this issue from ADORSYS-GIS/webank-OnlineBanking Feb 3, 2025
@Elwizzy12 Elwizzy12 changed the title Mock Transaction Creation in DAS Mock Transaction Creation in DAS-e8 Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants