Example #1
0
 public void TestInitialize()
 {
     _appService            = new PaylikeAppService(string.Empty);
     _createMerchantRequest = new CreateMerchantRequest()
     {
         Name       = "TestMerchant_" + DateTime.Now.Ticks.ToString(),
         Currency   = Currency.EUR,
         Test       = true,
         Email      = "*****@*****.**",
         Website    = "test.com",
         Descriptor = "descriptor",
         Company    = new Company()
         {
             Country = Country.Austria
         },
         Bank = new Bank()
         {
             IBAN = "NL18ABNA0484869868"
         }
     };
 }
Example #2
0
 public void TestInitialize()
 {
     _appService = new PaylikeAppService(string.Empty);
 }