Update qr-code-rastreamento.tsx
This commit is contained in:
committed by
GitHub
parent
af154c3f7f
commit
aa45e139a1
@@ -26,7 +26,7 @@ export function QRCodeRastreamento({ orderId }: QRCodeRastreamentoProps) {
|
||||
const url = useMemo(() => {
|
||||
if (!orderId) return ""
|
||||
const hash = md5(String(orderId) + "@Juru2025$").toString().toUpperCase()
|
||||
return `https://rastreamento.jurunense.com/${hash}`
|
||||
return `https://rastreio.jurunense.com/${hash}`
|
||||
}, [orderId])
|
||||
|
||||
const handleCopy = async () => {
|
||||
|
||||
Reference in New Issue
Block a user