fix(pix): corrige componente pix
This commit is contained in:
parent
ee9a917af3
commit
738544d242
@ -12,23 +12,10 @@ const Pix = () => {
|
|||||||
),
|
),
|
||||||
};
|
};
|
||||||
|
|
||||||
// const priceTimes =
|
|
||||||
// product?.selectedItem?.sellers[0].commertialOffer.Installments[3]
|
|
||||||
// .NumberOfInstallments;
|
|
||||||
// const valueTotal = product?.selectedItem?.sellers[0].commertialOffer.Installments[3].Value.toFixed(
|
|
||||||
// 2
|
|
||||||
// )
|
|
||||||
// .toString()
|
|
||||||
// .replace(".", ",");
|
|
||||||
|
|
||||||
const pixPrice = (pix.pixValue = pix.pixValue * 0.9)
|
const pixPrice = (pix.pixValue = pix.pixValue * 0.9)
|
||||||
.toFixed(2)
|
.toFixed(2)
|
||||||
.toString()
|
.toString()
|
||||||
.replace(".", ",");
|
.replace(".", ",");
|
||||||
/* <span className={styles.AllPriceTimesText}>
|
|
||||||
<span className={styles.PriceTimes}>{priceTimes} x</span> de
|
|
||||||
<span className={styles.PriceTimes}> R$ {valueTotal}</span> sem juros
|
|
||||||
</span> */
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className={styles.PricesWrapperRow}>
|
<div className={styles.PricesWrapperRow}>
|
||||||
@ -45,8 +32,6 @@ const Pix = () => {
|
|||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
// return <button className={styles.PixButton}>Pix</button>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Pix;
|
export default Pix;
|
||||||
|
Loading…
Reference in New Issue
Block a user