Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
userManagement
Commits
89cc00c1
Unverified
Commit
89cc00c1
authored
1 year ago
by
Shishir Suman
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Update PaymentServiceImpl.java
parent
48797be2
main
UAT_quick_fix_keycloak
UPHRH_8164_ErrorHandling
dev
dev_stable
devops-patch
feature_update_fee
rahu_error_message_fix
uat
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/upsmf/userManagement/services/impl/PaymentServiceImpl.java
+2
-2
...psmf/userManagement/services/impl/PaymentServiceImpl.java
with
2 additions
and
2 deletions
+2
-2
src/main/java/com/tarento/upsmf/userManagement/services/impl/PaymentServiceImpl.java
+
2
−
2
View file @
89cc00c1
...
...
@@ -113,7 +113,7 @@ public class PaymentServiceImpl implements PaymentService {
logger
.
info
(
"updating student fee for ref - {}"
,
referenceNo
);
HttpHeaders
httpHeaders
=
new
HttpHeaders
();
httpHeaders
.
setContentType
(
MediaType
.
APPLICATION_JSON
);
httpHeaders
.
set
BearerAuth
(
EXAMS_AUTH_TOKEN
);
httpHeaders
.
set
(
"x-authenticated-user-token"
,
EXAMS_AUTH_TOKEN
);
HttpEntity
<
String
>
entity
=
new
HttpEntity
<
String
>(
referenceNo
,
httpHeaders
);
logger
.
info
(
"exam url - {}"
,
FEE_STATUS_UPDATE_ENDPOINT
);
ResponseEntity
<
ResponseDto
>
responseEntity
=
restTemplate
.
postForObject
(
FEE_STATUS_UPDATE_ENDPOINT
,
entity
,
ResponseEntity
.
class
);
...
...
@@ -250,4 +250,4 @@ public class PaymentServiceImpl implements PaymentService {
return
null
;
}
}
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets