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

[DEV-3520] payment request supportIssue #1893

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

Yannick1712
Copy link
Member

Release Checklist

Pre-Release

  • Check migrations
    • No database related infos (sqldb-xxx)
    • Impact on GS (new/removed columns)
  • Check for linter errors (in PR)
  • Test basic user operations (on DFX services)
    • Login/logout
    • Buy/sell payment request
    • KYC page

Post-Release

  • Test basic user operations
  • Monitor application insights log

@Yannick1712 Yannick1712 mentioned this pull request Jan 11, 2025
3 tasks
Comment on lines +42 to +48
@Post('transaction/request/:uid')
async createTransactionRequestIssue(
@Param('uid') uid: string,
@Body() dto: CreateSupportIssueBaseDto,
): Promise<SupportIssueDto> {
return this.supportIssueService.createTransactionRequestIssue(uid, { ...dto, author: CustomerAuthor });
}
Copy link
Member

Choose a reason for hiding this comment

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

Remove?

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