[지라이슈없음] 결제가능상품 QRCode URL 변경(QRCode 스캔 시 ShopTime 앱으로 이동시킬 수 있는 URL로 변경)
This commit is contained in:
@@ -7,7 +7,6 @@ import { scaleH, scaleW } from "../../utils/helperMethods";
|
||||
|
||||
export default function TQRCode({
|
||||
ariaLabel,
|
||||
isBillingProductVisible,
|
||||
text,
|
||||
width = "128",
|
||||
height = "128",
|
||||
@@ -44,9 +43,7 @@ export default function TQRCode({
|
||||
}
|
||||
|
||||
const qrcode = new window.QRCode(qrcodeRef.current, {
|
||||
text: isBillingProductVisible
|
||||
? text
|
||||
: `${text}&entryMenu=${encodeEntryMenu}&nowMenu=${encodedNowMenu}&idx=${idx}`,
|
||||
text: `${text}&entryMenu=${encodeEntryMenu}&nowMenu=${encodedNowMenu}&idx=${idx}`,
|
||||
width: scaleW(width),
|
||||
height: scaleH(height),
|
||||
correctLevel: window.QRCode.CorrectLevel.L,
|
||||
|
||||
Reference in New Issue
Block a user