Пример #1
0
 static ClientContext()
 {
     Configuration = new CommerceConfiguration();
     Clients       = new CommerceClients
     {
         CreateMessageProcessingHandler =
             () => new HmacMessageProcessingHandler(Configuration.ApiAppId, Configuration.ApiSecretKey)
     };
 }
Пример #2
0
 static ClientContext()
 {
     Configuration = new CommerceConfiguration();
     Clients = new CommerceClients
     {
         CreateMessageProcessingHandler =
             () => new HmacMessageProcessingHandler(Configuration.ApiAppId, Configuration.ApiSecretKey)
     };
 }