Class AcceleratorDetermineExternalTaxStrategy
java.lang.Object
de.hybris.platform.yacceleratorcore.externaltax.impl.AcceleratorDetermineExternalTaxStrategy
- All Implemented Interfaces:
DecideExternalTaxesStrategy
public class AcceleratorDetermineExternalTaxStrategy
extends Object
implements DecideExternalTaxesStrategy
Accelerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldCalculateExternalTaxes(AbstractOrderModel abstractOrder) Initially just to test if the delivery mode and address are set, than calculate the external taxes.
-
Constructor Details
-
AcceleratorDetermineExternalTaxStrategy
public AcceleratorDetermineExternalTaxStrategy()
-
-
Method Details
-
shouldCalculateExternalTaxes
Initially just to test if the delivery mode and address are set, than calculate the external taxes. Products in cart, delivery mode, delivery address and payment information to determine whether or not to calculate taxes as tracked in https://jira.hybris.com/browse/ECP-845.- Specified by:
shouldCalculateExternalTaxesin interfaceDecideExternalTaxesStrategy
-