Example #1
0
 public void EnvSetup()
 {
     Assert.True(!string.IsNullOrEmpty(_client.InterfaceVersion()));
     Assert.True(!string.IsNullOrEmpty(_credentials.Username));
     Assert.True(!string.IsNullOrEmpty(_credentials.Password));
     Assert.True(!string.IsNullOrEmpty(_credentials.MerchantId));
 }
 public string InterfaceVersion()
 {
     return(_client.InterfaceVersion());
 }