ofbiz-framework
ofbiz-framework copied to clipboard
Improved: Cybersource - configuration (OFBIZ-12459)
Move 3rd party Fintech integration configuration for Cybersource from initialisation configuration to runtime configuration.
Modified:
- payment.properties: removed Cybersource configuration aspects
- AccountingSystemPropertiesData.xml: Cybersource configuration aspects
- icsPaymentServices.java: switched from getPaymentGatewayConfigValue to EntityUtilProperties.getPropertyValue for Cybersource configuration aspects
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
This also ignores the objection to focus on SystemProperty only. Removing the property file based configuration and replacing it with SystemProperty forces the user to use SystemProperty which is not reasonable. This should not go into the code base as-is.
This should not go into the code base as is. Please leave the established mechanism/properties as is and only add SytemPropertyData as optional load data.
We recently agreed about that. Anyway this branch has conflicts that I don't want to handle, closing