Compare commits
2 Commits
2c8b95742e
...
6f711acaf1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f711acaf1 | ||
|
|
993892bcdb |
@ -1,8 +1,7 @@
|
|||||||
# Changelog
|
# Change log UAT
|
||||||
|
|
||||||
## [2.12] - 2026-05-06
|
## [2.12] - 2026-05-06
|
||||||
|
|
||||||
### News
|
|
||||||
- **Pinpad Sound Toggle**
|
- **Pinpad Sound Toggle**
|
||||||
- Beep is ON by default
|
- Beep is ON by default
|
||||||
- Can Toggle PinPad sound on Side Navigation ( Under SystemManagement Tab)
|
- Can Toggle PinPad sound on Side Navigation ( Under SystemManagement Tab)
|
||||||
|
|||||||
@ -42,8 +42,8 @@ public class RefundCertificateManager {
|
|||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
|
||||||
String downloadBase = tmsAddress.trim() + "/api/v1/file/download?filePath="; //local
|
// String downloadBase = tmsAddress.trim() + "/api/v1/file/download?filePath="; //local
|
||||||
// String downloadBase = tmsAddress.trim() + "/file/download?filePath="; // uat and prod
|
String downloadBase = tmsAddress.trim() + "/file/download?filePath="; // uat and prod
|
||||||
|
|
||||||
String certUrl = SystemParamsOperation.getInstance().getCertificateUrl();
|
String certUrl = SystemParamsOperation.getInstance().getCertificateUrl();
|
||||||
String clientCertUrl = SystemParamsOperation.getInstance().getCertificateClientUrl();
|
String clientCertUrl = SystemParamsOperation.getInstance().getCertificateClientUrl();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user