java.lang.Object
com.broadleafcommerce.payment.service.gateway.provider.external.ExternalAPSProperties

@ConfigurationProperties("broadleaf.amazonpaymentservices.provider") public class ExternalAPSProperties extends Object
This class have the properties defined in application-{profile}.properties/.yml file. These properties are specific to communication with APS Payfort API. It reads the required properties that starts with key broadleaf.amazonpaymentservices.provider
Author:
Muhammad Salman Farooq
  • Constructor Details

    • ExternalAPSProperties

      public ExternalAPSProperties()
  • Method Details

    • init

      @PostConstruct public void init()
    • getApiUrl

      public String getApiUrl()
      API URL to be provided via the 'broadleaf.amazonpaymentservices.provider.api-url' property.
    • setApiUrl

      public void setApiUrl(String apiUrl)
      API URL to be provided via the 'broadleaf.amazonpaymentservices.provider.api-url' property.