The storeCreditProcessorChain pipeline processes a store credit payment group by performing authorization, credit or debits as needed. This chain also creates a StoreCreditInfo object. The pipeline chain’s transaction mode is TX_REQUIRED.

The following sections describe each processor in the pipeline chain.

createStoreCreditInfo

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/CreateStoreCreditInfo

Object

atg.commerce.payment.processor.ProcCreateStoreCreditInfo

Transitions

Return value of 1 executes the processStoreCredit processor.

processStoreCredit

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/ProcessStoreCredit

Object

atg.commerce.payment.processor.ProcProcessStoreCredit

Transitions

None. This is the last processor in the pipeline, which causes the PipelineManager to return to the caller.


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices