Exemple #1
0
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }
Exemple #2
0
 public MerchantApiClient(string merchantId, string userId, RSA privateKey)
 {
     auth = new MerchantApiKeyAuth(merchantId, userId, privateKey);
 }