Commit 1be80f50 authored by Trisno's avatar Trisno

fix issue expire reward, jika expire time nya sudah habis di shopping cart

parent 49b76933
......@@ -78,6 +78,11 @@ class ShoppingCart extends React.Component {
}
}
if (this.props.value_voucher !== "") {
this.checkExpiredReward()
}
});
if (this.props.value_voucher !== "") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment