The repriceOrder pipeline chain prices the Order. The repriceOrder pipeline chain is executed by the handleRepriceOrder() method in the CartModifierFormHandler and the ExpressCheckoutFormHandler. The pipeline chain’s transaction mode is TX_REQUIRED.
The following section describes the processor in the pipeline chain.
priceOrderTotal
This processor causes the Order to be re-priced using the pricing engine.
Transactional mode: TX_MANDATORY
Nucleus component: /atg/commerce/pricing/processor/PriceOrderTotal
PipelineProcessor object: atg.commerce.pricing.processor.PriceOrderTotal
Transitions: None, this is the only link in the chain and will cause the PipelineManager to return to the caller.

