Skip to content

Commit

Permalink
Merge pull request #338 from bcgov/sk-email-uri-change
Browse files Browse the repository at this point in the history
Updated api to call new webmethods service
  • Loading branch information
sivakaruna authored Apr 14, 2020
2 parents 9a781bd + 08bfc05 commit 62ba99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecrc-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ecrc.get-next-session-id-uri=/rest/VCRC/Source/GetNextSessionId/Services?OrgTick
ecrc.update-service-financial-txn-uri=/rest/VCRC/Source/UpdateServiceFinancialTxn/Services%s
ecrc.create-new-crc-service-uri=/rest/VCRC/Source/CreateNewCRCService/Services%s
ecrc.get-service-fee-amount-uri=/rest/VCRC/Source/GetServiceFeeAmount/Services?OrgTicketNumber=%s&ScheduleTypeCd=%s&ScopeLevelCd=%s
ecrc.create-applicant-uri=/rest/VCRC/Source/CreateApplicant/Services%s
ecrc.create-applicant-uri=/rest/VCRC/Source/CreateApplicantEx/Services%s
ecrc.log-payment-failure-uri=/rest/VCRC/Source/LogPaymentFailure/Services%s
ecrc.get-next-invoice-id-uri=/rest/VCRC/Source/GetNextInvoiceId/Services?OrgTicketNumber=%s
ecrc.check-applicant-for-prev-crc-uri=/rest/VCRC/Source/CheckApplicantForPrevCRC/Services%s
Expand Down

0 comments on commit 62ba99e

Please sign in to comment.