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 #148

Closed
Arielpetit opened this issue Feb 3, 2025 · 0 comments · Fixed by #149
Closed

Mock Transaction Creation in DAS-e8 #148

Arielpetit opened this issue Feb 3, 2025 · 0 comments · Fixed by #149
Assignees
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
@Arielpetit Arielpetit assigned Arielpetit and unassigned Arielpetit Feb 5, 2025
@Elwizzy12 Elwizzy12 self-assigned this Feb 5, 2025
@Arielpetit Arielpetit transferred this issue from ADORSYS-GIS/webank-BankAccount Feb 7, 2025
@Arielpetit Arielpetit self-assigned this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants