Beispiel #1
0
 public PaymentTest()
 {
     serviceMode = ServiceMode.Test;
     context     = new QuickBooksOnlineContext(consumerKey, consumerSecret, accessToken, accessTokenSecret, "", serviceMode, "USD", realmId, "");
     repository  = new QuickBooksOnlinePaymentRepository(context);
     service     = new QuickBooksOnlinePaymentService(repository);
 }
Beispiel #2
0
 public QuickBooksOnlinePaymentRepository(QuickBooksOnlineContext context)
 {
     _context = context;
 }