fixed bug on email sent
parent
00f31d92ce
commit
3170c53534
|
|
@ -245,7 +245,7 @@ func WixTest(c *fiber.Ctx) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finally, send an email
|
// Finally, send an email
|
||||||
utils.SendTestEmailApproval(email, name, "tkey", "url")
|
utils.SendTestEmailApproval(email, name, tkey, cnpj+"-01")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue