Compare commits
No commits in common. "6f711acaf16a9ebf1ff3ce9e0a53d967679eeb27" and "2c8b95742e7a7e007da5f60161ecef6c29750da1" have entirely different histories.
6f711acaf1
...
2c8b95742e
@ -1,7 +1,8 @@
|
|||||||
# Change log UAT
|
# Changelog
|
||||||
|
|
||||||
## [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