Class PaymentTransactionDefaultsEnvironmentPostProcessor

java.lang.Object
com.broadleafcommerce.paymenttransaction.autoconfigure.PaymentTransactionDefaultsEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

public class PaymentTransactionDefaultsEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Initializes the default property overrides for the cart service
Author:
Chris Kittrell (ckittrell)
  • Constructor Details

    • PaymentTransactionDefaultsEnvironmentPostProcessor

      public PaymentTransactionDefaultsEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor