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

The following sections describe each processor in the pipeline chain.

createCreditCardInfo

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/CreateCreditCardInfo

Object

atg.commerce.payment.processor.ProcCreateCreditCardInfo

Transitions

Return value of 1 executes the processCreditCard processor.

processCreditCard

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/ProcessCreditCard

Object

atg.commerce.payment.processor.ProcProcessCreditCard

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