reseller to customer
This commit is contained in:
@@ -26,14 +26,15 @@ class CoMarketPackageDetailsContainer extends Component {
|
||||
selectedPackage: this.props.selectedPackage,
|
||||
selectedAgreement: this.props.selectedAgreement,
|
||||
selectedOptions: this.props.selectedOptions,
|
||||
selectedAdditionals: this.props.selectedAdditionals
|
||||
selectedAdditionals: this.props.selectedAdditionals,
|
||||
shopId: this.props.shopId,
|
||||
};
|
||||
this.props.dispatch(addToCart(addParams));
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
const {idPackage, idCommercialLead} = this.props;
|
||||
this.props.dispatch(fetchPackageDetails({idPackage, idCommercialLead}));
|
||||
const {idPackage, shopId} = this.props;
|
||||
this.props.dispatch(fetchPackageDetails({idPackage, shopId}));
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user