Matheus Menezes Manfrin
Results
2
comments of
Matheus Menezes Manfrin
I throught the same problem. My solution was make a request to sign in: ```js const { cpf: login } = await CustomerFactory.merge({ password: "secret" }).create(); const credentials = {...
## This was my temporary solution: ```ts import { differenceInDays, format, startOfDay, startOfToday } from "date-fns"; import * as locale from "date-fns/locale"; ... const { ptBR } = locale; ```