Exemplo n.º 1
0
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }
Exemplo n.º 2
0
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }