Class CommitTaxActivity

java.lang.Object
org.broadleafcommerce.core.workflow.BaseActivity<ProcessContext<CheckoutSeed>>
org.broadleafcommerce.core.checkout.service.workflow.CommitTaxActivity
All Implemented Interfaces:
Activity<ProcessContext<CheckoutSeed>>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.core.Ordered

@Component("blCommitTaxActivity") public class CommitTaxActivity extends BaseActivity<ProcessContext<CheckoutSeed>>
This is an optional activity to allow a committal of taxes to a tax sub system. Many tax providers store tax details for reference, debugging, reporting, and reconciliation.
Author:
Kelly Tisdell