Use the Retail Server Test Client to verify that calling the new functionality succeeds.
8. Use the Retail Server Test Client to verify that calling the new functionality succeeds. - Define a C# proxy so other C# code can consume your Controller's endpoints - Open Proxies.RetailProxy.Extensions.CrossLoyaltySample.csproj from RetailSDK\SampleExtensions\RetailProxy\RetailProxy.Extensions.CrossLoyaltySample - Add the Contoso.Commerce.Runtime.CrossLoyaltySample.dll and Contoso.RetailServer.CrossLoyaltySample.dll as reference to the project - Build the proxy project. - Copy the output assembly and paste it into the RetailSDK\References folder. - Open the solution at RetailSdk\SampleExtensions\RetailServer\Extensions.TestClient\RetailServer.Extensions.TestClient.sln. - Uncomment all code that is marked with "SDKSAMPLE_STOREHOURS". - Add assembly references to Contoso.Commerce.RetailProxy.StoreHoursSample.dll and Co...