|
@@ -135,7 +135,7 @@ public class AirwallexServiceImpl implements AirwallexService {
|
|
|
|
|
|
String resp = null;
|
|
|
try {
|
|
|
- HttpClientSslUtils.doPost(url, data, ContentType.APPLICATION_JSON, headers);
|
|
|
+ resp = HttpClientSslUtils.doPost(url, data, ContentType.APPLICATION_JSON, headers);
|
|
|
} catch (Exception e) {
|
|
|
throw new RuntimeException(e);
|
|
|
}
|