debug: transaction is not created

main
Nilo Roberto C Paim 2023-10-22 06:43:24 -03:00
parent 1e2b0dd788
commit 8782798604
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func WixIntegration(c *fiber.Ctx) error {
PlanTitle: data.Data.PlanTitle,
}
database.DB.Create(&transaction)
database.DB.Debug().Create(&transaction)
return c.JSON(data)
}