I just downloaded the project and I had to run this from the Nuget Package Manager Console before I could run either of the web pages: (Using Visual Studio 2017)
update-package Microsoft.CodeDom.PRoviders.DotNetCompilerPlatform -r
Secondly, I generated a new Shared Secret Key in my sandbox environment and and using the "Key Detail" as the "merchantKeyId" and the key that was generated as the "merchangesecretKey" - I tried to use either of the examples and both fail.
I don't know if I'm generating the key properly or if there is something else in the code that needs to be updated in order to make this work.
Any pointers would be helpful.
I just downloaded the project and I had to run this from the Nuget Package Manager Console before I could run either of the web pages: (Using Visual Studio 2017)
update-package Microsoft.CodeDom.PRoviders.DotNetCompilerPlatform -r
Secondly, I generated a new Shared Secret Key in my sandbox environment and and using the "Key Detail" as the "merchantKeyId" and the key that was generated as the "merchangesecretKey" - I tried to use either of the examples and both fail.
I don't know if I'm generating the key properly or if there is something else in the code that needs to be updated in order to make this work.
Any pointers would be helpful.