Commit 90c6d85e authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

benerin menu selection

parent f5b5cc29
...@@ -243,15 +243,6 @@ class MenuSelection extends React.Component { ...@@ -243,15 +243,6 @@ class MenuSelection extends React.Component {
// MULAI DISINI PEMANGGILAN API DI MULAI, KALAU BERHASIL SET VALUE VOUCHER NYA DAN SPINER DIMATIKAN, KALAU GAGAL CABUT SESSION VOUCHER DAN SPINNER DI MATIKAN // MULAI DISINI PEMANGGILAN API DI MULAI, KALAU BERHASIL SET VALUE VOUCHER NYA DAN SPINER DIMATIKAN, KALAU GAGAL CABUT SESSION VOUCHER DAN SPINNER DI MATIKAN
Axios.post(this.props.BASE_URL + 'crm/v2/reward/get_value', params).then(res => { Axios.post(this.props.BASE_URL + 'crm/v2/reward/get_value', params).then(res => {
if (this.state.state_add_remove_voucher == true) {
this.setState({
state_add_remove_voucher: false
})
this.setState({
spinner: false,
})
this.props.removeVoucher()
} else {
let voucherProps = { let voucherProps = {
value_voucher: res.data.reward, value_voucher: res.data.reward,
voucher: res.data.reward voucher: res.data.reward
...@@ -261,11 +252,6 @@ class MenuSelection extends React.Component { ...@@ -261,11 +252,6 @@ class MenuSelection extends React.Component {
}) })
this.props.setVoucher(voucherProps); this.props.setVoucher(voucherProps);
}
this.setState({
spinner: false,
})
}).catch(error => { }).catch(error => {
try { try {
......
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