Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/13 16:30:39 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Added an overview for users to inspect their orders
  • Order Administrators may now suspend or reactivate orders
  • When creating an order, its necessary to enter payment information (paypal, credit card,...) before
  • Also, the billing period and type must be entered during the creation of an order.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Billing/Business/BillingService.cs

    r9577 r9582  
    4646
    4747    #endregion
     48
     49
     50    public IList<Order> GetOrders(string userName) {
     51      throw new System.NotImplementedException();
     52    }
     53
     54
     55    public User GetUser(string userName) {
     56      throw new System.NotImplementedException();
     57    }
     58
     59    public void SaveUser(User user) {
     60      throw new System.NotImplementedException();
     61    }
    4862  }
    4963}
Note: See TracChangeset for help on using the changeset viewer.