Subversion Repositories SmartDukaan

Rev

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

Rev 7423 Rev 7427
Line 1392... Line 1392...
1392
	 StoreOrderDetail getStoreOrderDetail(1:i64 orderId, 2:i64 storeId);
1392
	 StoreOrderDetail getStoreOrderDetail(1:i64 orderId, 2:i64 storeId);
1393
	 
1393
	 
1394
	 list<string> getAllEdcBanks();
1394
	 list<string> getAllEdcBanks();
1395
	 
1395
	 
1396
	 bool saveRefundAmountsForStoreOrder(1:i64 orderId, 2:i64 storeId, 3:double cashRefundAmount, 4:double cardRefundAmount);
1396
	 bool saveRefundAmountsForStoreOrder(1:i64 orderId, 2:i64 storeId, 3:double cashRefundAmount, 4:double cardRefundAmount);
-
 
1397
	 
-
 
1398
	 list<StoreOrderCollection> getCollectionsForStore(1:i64 storeId, 2:i64 startDate, 3:i64 endDate);
1397
}
1399
}