[SHOPTIME-5452] test commit 2
This commit is contained in:
@@ -94,6 +94,7 @@ export default function MobileSendPopUp({
|
||||
shopByMobileLogRef,
|
||||
spotlightId,
|
||||
patncNm,
|
||||
panelInfo,
|
||||
}) {
|
||||
const dispatch = useDispatch();
|
||||
const deviceInfo = useSelector((state) => state.device.deviceInfo);
|
||||
@@ -494,7 +495,9 @@ export default function MobileSendPopUp({
|
||||
|
||||
const getSmsErrorMsg = useMemo(() => {
|
||||
// const SMS_ERROR_502 = $L("The event information has not been registered");
|
||||
const SMS_ERROR_502 = <pre>${JSON.stringify(tempParams, null, 2)}</pre>;
|
||||
const SMS_ERROR_502 = (
|
||||
<pre>${JSON.stringify({ tempParams, panelInfo }, null, 2)}</pre>
|
||||
);
|
||||
const SMS_ERROR_903 = $L("You have exceeded the daily text limit.");
|
||||
const SMS_ERROR_904 = $L(
|
||||
"You have exceeded the text limit for this product."
|
||||
|
||||
@@ -523,6 +523,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
|
||||
open={popupVisible}
|
||||
onClose={handleSMSonClose}
|
||||
title={$L("Send a purchase link for this item via SMS")}
|
||||
panelInfo={panelInfo}
|
||||
subTitle={mobileSendPopUpSubtitle}
|
||||
patncNm={productData?.patncNm}
|
||||
productImg={mobileSendPopUpProductImg}
|
||||
|
||||
Reference in New Issue
Block a user