Unverified Commit 48797be2 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Merge pull request #8 from UPHRH-platform/feature_update_fee

changes for adding module name
Showing with 1 addition and 1 deletion
+1 -1
......@@ -79,7 +79,7 @@ public class PaymentServiceImpl implements PaymentService {
strEndPoint = REGISTRATION_PAYMENT_GATEWAY_ENDPOINT;
} else if (strings.contains("affiliation")) {
strEndPoint = AFFILIATION_PAYMENT_GATEWAY_ENDPOINT;
} else if(strings.contains("exam")) {
} else if(strings.contains("exam") || strings.contains("EXAM")) {
strEndPoint = EXAM_PAYMENT_GATEWAY_ENDPOINT;
// get ref no
String referenceNo = requestData.get("ReferenceNo");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment