Class ExternalAPSProperties
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ExternalAPSProperties
public ExternalAPSProperties()
-
-
Method Details
-
init
@PostConstruct public void init() -
getApiUrl
API URL to be provided via the 'broadleaf.amazonpaymentservices.provider.api-url' property. -
setApiUrl
API URL to be provided via the 'broadleaf.amazonpaymentservices.provider.api-url' property.
-