Update RefundCertificateManager.java
This commit is contained in:
parent
cd7cfa2a7d
commit
c6c5dd39e4
@ -65,7 +65,7 @@ public class RefundCertificateManager {
|
||||
// ---------- CA CERT ----------
|
||||
DownloadUtil.downloadCertificateRx(
|
||||
downloadBase + certUrl,
|
||||
"refund_ca_" + timestamp, // IMPORTANT: unique filename
|
||||
"refund_ca_" + "file", // IMPORTANT: unique filename
|
||||
timestamp,
|
||||
signature,
|
||||
path -> {
|
||||
@ -82,7 +82,7 @@ public class RefundCertificateManager {
|
||||
// ---------- CLIENT CERT ----------
|
||||
DownloadUtil.downloadCertificateRx(
|
||||
downloadBase + clientCertUrl,
|
||||
"refund_client_" + timestamp, // IMPORTANT: unique filename
|
||||
"refund_client_" + "file", // IMPORTANT: unique filename
|
||||
timestamp,
|
||||
signature,
|
||||
path -> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user