The giftCertificateProcessorChain pipeline processes a gift certificate payment group by performing authorization, credit or debits as needed. This chain also creates a GiftCertificateInfo object. The pipeline chain’s transaction mode is TX_REQUIRED.

The following sections describe each processor in the pipeline chain.

createGiftCertificateInfo

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/CreateGiftCertificateInfo

Object

atg.commerce.payment.processor.ProcCreateGiftCertificateInfo

Transitions

Return value of 1 executes the processGiftCertificate processor.

processGiftCertificate

Transactional Mode

TX_MANDATORY

Component

/atg/commerce/payment/processor/ProcessGiftCertificate

Object

atg.commerce.payment.processor.ProcProcessGiftCertificate

Transitions

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


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