Compare commits

..

No commits in common. "6f711acaf16a9ebf1ff3ce9e0a53d967679eeb27" and "2c8b95742e7a7e007da5f60161ecef6c29750da1" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
# Change log UAT
# Changelog
## [2.12] - 2026-05-06
### News
- **Pinpad Sound Toggle**
- Beep is ON by default
- Can Toggle PinPad sound on Side Navigation ( Under SystemManagement Tab)

View File

@ -42,8 +42,8 @@ public class RefundCertificateManager {
return;
};
// String downloadBase = tmsAddress.trim() + "/api/v1/file/download?filePath="; //local
String downloadBase = tmsAddress.trim() + "/file/download?filePath="; // uat and prod
String downloadBase = tmsAddress.trim() + "/api/v1/file/download?filePath="; //local
// String downloadBase = tmsAddress.trim() + "/file/download?filePath="; // uat and prod
String certUrl = SystemParamsOperation.getInstance().getCertificateUrl();
String clientCertUrl = SystemParamsOperation.getInstance().getCertificateClientUrl();