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(() => {
|
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 () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user