DevOps PBI 196345 Upgrade NuGet DLL to API for COPS
Background:
GALRO currently uses NuGet TCCOPS.dll for COPS. It needs to be updated to use an API for COPS because Moneris will stop processing COPS in October.
There is a “hard” deadline for this work to be completed: September 2022.
Payments using the TCCOPS DLL are already disabled in the GALRO development and acceptance environments, as confirmed by Elad.
I attempted to test the existing payment process on GALRO development on Friday, August 19th, 2022
See task 196794 Baseline test of behaviour of GALRO - TCOPS in Development environment.The updated code was not yet deployed to Acceptance as of August 25, 2022 and it was not possible to pay for a Mark. The result is the same as per task 196794 Baseline test of behaviour of GALRO - TCOPS in Development environment.
Solution
Visual Studio version used
we used VS 2022
Getting GALRO running locally:
Please refer to
As a general note, the only step that appears to be required at this time is to ensure that the template is present. Per the Confluence task, it is recommended to get this from \\NCRWS499\wwwdocs\CLF_TEMPLATES\x86\gcwu-fegc.
It was also necessary to update the SourceSystemKey token entry in web.config because the existing one contained a “+” sign.
I have made this change in the web.config that is used on localhost and this has been merged into the GALRO repos.
Removal of references to TCCOPS.dll
The reference to TCCOPS had to be removed from NuGET and we had to make sure there are no other references to it in the code.
Refer to task 198110 Remove reference to TCCOPS.dll in NuGet
Add Comment