Skip to content

Commit

Permalink
Merge pull request #30 from LerianStudio/feature/MZ-483
Browse files Browse the repository at this point in the history
Feature/mz 483
  • Loading branch information
jeffersonrodrigues92 authored Jun 5, 2024
2 parents 0604a78 + dfd765f commit 85522a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ services:
timeout: 5s
retries: 5

mailslurper: #simulate email verification steps
mailslurper:
image: oryd/mailslurper:latest-smtps
ports:
- "4436:4436"
Expand Down
1 change: 1 addition & 0 deletions components/transaction/internal/ports/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ func (handler *TransactionHandler) ValidateTransaction(ctx *fiber.Ctx) error {
})
}

// ParserTransactionTemplate method responsible for validate transaction template
func (handler *TransactionHandler) ParserTransactionTemplate(ctx *fiber.Ctx) error {
fileHeader, err := ctx.FormFile("dsl")
if err != nil {
Expand Down

0 comments on commit 85522a0

Please sign in to comment.