update: redeem voucher step

This commit is contained in:
Rifqy Zacky Ariadhy
2019-01-28 19:17:00 +07:00
parent d0d20f0d2a
commit dab57e2c88
12 changed files with 579 additions and 118 deletions

View File

@@ -152,7 +152,7 @@ export default class ModalVouchersComponent extends React.Component {
this.vouchersStore.skuName = this.state.skuName;
this.vouchersStore.skuPrice = this.state.skuPrice;
console.log('enak',this.state);
history.push(LINKS.VERIFY_VOUCHERS);
history.push(LINKS.VOUCHER_STEPPER);
}}
type="primary"
disabled={this.state.buttonDisbaled}