java.lang.Object
com.broadleafcommerce.cartoperation.service.payment.autoconfigure.PaymentPatternProperties

@ConfigurationProperties("broadleaf.payment") public class PaymentPatternProperties extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If true, then the Broadleaf ecosystem will be configured to use the legacy pattern for handling 3DS & HPP interactions where the frontend is responsible for handling the callback redirection & possible resubmission of checkout for the cart.
    void
    setLegacyExternalPaymentPatternEnabled(boolean legacyExternalPaymentPatternEnabled)
    If true, then the Broadleaf ecosystem will be configured to use the legacy pattern for handling 3DS & HPP interactions where the frontend is responsible for handling the callback redirection & possible resubmission of checkout for the cart.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PaymentPatternProperties

      public PaymentPatternProperties()
  • Method Details

    • isLegacyExternalPaymentPatternEnabled

      public boolean isLegacyExternalPaymentPatternEnabled()
      If true, then the Broadleaf ecosystem will be configured to use the legacy pattern for handling 3DS & HPP interactions where the frontend is responsible for handling the callback redirection & possible resubmission of checkout for the cart. Throughout this process, the cart remains in the DefaultCartStatuses.IN_PROCESS status. By default, this legacy pattern is NOT enabled. Therefore, the cart is placed into the DefaultCartStatuses.AWAITING_PAYMENT_FINALIZATION status, the ExternalPaymentTransactionCallbackEndpoint is responsible for handling the payment gateway's callback redirection, & cart finalization is triggered via the ExternalPaymentTransactionCallbackEndpoint or ExternalPaymentTransactionResultListener.
    • setLegacyExternalPaymentPatternEnabled

      public void setLegacyExternalPaymentPatternEnabled(boolean legacyExternalPaymentPatternEnabled)
      If true, then the Broadleaf ecosystem will be configured to use the legacy pattern for handling 3DS & HPP interactions where the frontend is responsible for handling the callback redirection & possible resubmission of checkout for the cart. Throughout this process, the cart remains in the DefaultCartStatuses.IN_PROCESS status. By default, this legacy pattern is NOT enabled. Therefore, the cart is placed into the DefaultCartStatuses.AWAITING_PAYMENT_FINALIZATION status, the ExternalPaymentTransactionCallbackEndpoint is responsible for handling the payment gateway's callback redirection, & cart finalization is triggered via the ExternalPaymentTransactionCallbackEndpoint or ExternalPaymentTransactionResultListener.