@@ -80,6 +80,7 @@ public class KakaoPayApi {
pay.setStatusCode(responseEntity.getStatusCode().value());
} catch (Exception e) {
+ e.printStackTrace();
throw new IllegalStateException(message.getMessage("FAIL_0004"));
}