manage basket checkout after login (#371)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
namespace Microsoft.eShopWeb.Web
|
||||
namespace Microsoft.eShopWeb.Web
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string BASKET_COOKIENAME = "eShop";
|
||||
public const int ITEMS_PER_PAGE = 10;
|
||||
public const string DEFAULT_USERNAME = "Guest";
|
||||
public const string BASKET_ID = "BasketId";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user