Subversion Repositories SmartDukaan

Rev

Rev 15339 | Rev 15373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15339 Rev 15340
Line 9... Line 9...
9
    
9
    
10
import falcon
10
import falcon
11
 
11
 
12
wsgi_app = api = falcon.API()
12
wsgi_app = api = falcon.API()
13
 
13
 
14
retailerActivation = RetailerActivation
14
retailerActivation = RetailerActivation()
15
categoryDiscountInfo = CategoryDiscountInfo()
15
categoryDiscountInfo = CategoryDiscountInfo()
16
skuSchemeDetails = SkuSchemeDetails()
16
skuSchemeDetails = SkuSchemeDetails()
17
skuDiscountInfo = SkuDiscountInfo()
17
skuDiscountInfo = SkuDiscountInfo()
18
exceptionalNlc = ExceptionalNlc()
18
exceptionalNlc = ExceptionalNlc()
19
storeorder = StoreOrder()
19
storeorder = StoreOrder()