Update qr-code-rastreamento.tsx

This commit is contained in:
Joelson de brito ribeiro
2025-06-17 15:21:19 -03:00
committed by GitHub
parent af154c3f7f
commit aa45e139a1

View File

@@ -26,7 +26,7 @@ export function QRCodeRastreamento({ orderId }: QRCodeRastreamentoProps) {
const url = useMemo(() => { const url = useMemo(() => {
if (!orderId) return "" if (!orderId) return ""
const hash = md5(String(orderId) + "@Juru2025$").toString().toUpperCase() const hash = md5(String(orderId) + "@Juru2025$").toString().toUpperCase()
return `https://rastreamento.jurunense.com/${hash}` return `https://rastreio.jurunense.com/${hash}`
}, [orderId]) }, [orderId])
const handleCopy = async () => { const handleCopy = async () => {