|
@@ -17,8 +17,8 @@ public class CustomConfig {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("http.content.type.v3", "application/vnd.5upay-v3.0+json");
|
|
|
map.put("http.content.type.v4", "application/vnd.5upay-v4.0+json");
|
|
|
- map.put("893951545.client.private.key.path", "F:/workspace/after/car/vehicle/vehicle-server/src/main/webapp/cfca/client.pfx");
|
|
|
- //map.put("893951545.client.private.key.path", "/home/chelvc/cfca/client.pfx");
|
|
|
+ //map.put("893951545.client.private.key.path", "F:/workspace/after/car/vehicle/vehicle-server/src/main/webapp/cfca/client.pfx");
|
|
|
+ map.put("893951545.client.private.key.path", "/home/chelvc/cfca/client.pfx");
|
|
|
map.put("893951545.client.private.key.password", "123456");
|
|
|
map.put("onlinepay.order.url", "https://apis.5upay.com/onlinePay/order");
|
|
|
map.put("onlinepay.refund.url", "https://apis.5upay.com/onlinePay/refund");
|