Camille Charton

Results 3 comments of Camille Charton

Upgrade to v0.63.3. It's now fixed Changelog of v0.63.3 : - Fix "main.jsbundle does not exist" issue (83777cb)

You can create a service like this ``` // Filename : dayjs.ts import dayjs from "dayjs"; import utc from "dayjs/plugin/utc"; import timezone from "dayjs/plugin/timezone"; import "dayjs/locale/fr"; dayjs.extend(utc); dayjs.extend(timezone); dayjs.locale("fr"); dayjs.tz.setDefault("Europe/Paris")...

Maybe can you just allow providing zip code and country (And hide them btw) ? In this way, it would be PCI compliant ?