debug: transaction is not created
parent
1e2b0dd788
commit
8782798604
|
|
@ -128,7 +128,7 @@ func WixIntegration(c *fiber.Ctx) error {
|
||||||
PlanTitle: data.Data.PlanTitle,
|
PlanTitle: data.Data.PlanTitle,
|
||||||
}
|
}
|
||||||
|
|
||||||
database.DB.Create(&transaction)
|
database.DB.Debug().Create(&transaction)
|
||||||
|
|
||||||
return c.JSON(data)
|
return c.JSON(data)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue