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

feat(wallet/backend): add view card transactions endpoint #1661

Merged
merged 7 commits into from
Oct 2, 2024

Conversation

sanducb
Copy link
Contributor

@sanducb sanducb commented Oct 1, 2024

Context

Changes

This PR adds the endpoint for viewing a card's transactions.

@sanducb sanducb self-assigned this Oct 1, 2024
@sanducb sanducb linked an issue Oct 1, 2024 that may be closed by this pull request
3 tasks
@github-actions github-actions bot added package: wallet/backend Wallet backend implementations type: source Source changes labels Oct 1, 2024
@github-actions github-actions bot added the type: test Improvements or additions to tests label Oct 1, 2024
@sanducb sanducb marked this pull request as ready for review October 1, 2024 13:49
@@ -102,3 +102,38 @@ export interface ICardLockRequest {
export interface ICardUnlockRequest {
note: string
}

// Response for fetching card transactions
export interface ITransaction {
Copy link
Contributor

Choose a reason for hiding this comment

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

any types that are used on frontend and backend should be in shared

@sanducb sanducb merged commit b3d6d61 into main Oct 2, 2024
15 checks passed
@sanducb sanducb deleted the 1629-cards-wallet-backend-view-card-transactions branch October 2, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: wallet/backend Wallet backend implementations type: source Source changes type: test Improvements or additions to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Cards] Wallet Backend - View card transactions
2 participants