Compare commits

...

2 Commits

Author SHA1 Message Date
moon
6f711acaf1 Update CHANGELOG.md 2026-05-06 15:58:29 +06:30
moon
993892bcdb Update RefundCertificateManager.java 2026-05-06 15:55:09 +06:30
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
# Changelog
# Change log UAT
## [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();