checkout loading status fix / add my page tabs global variable
This commit is contained in:
@@ -90,6 +90,16 @@ export const PLAN = "PLAN";
|
||||
export const ADD_PLAN = "ADD_PLAN";
|
||||
export const MORE = "MORE";
|
||||
|
||||
export const MYPAGE_TABS = {
|
||||
MY_INFO: 30800,
|
||||
MY_ORDERS: 30900,
|
||||
RECENTLY_VIEWED: 30300,
|
||||
FAVORITES: 30200,
|
||||
REMINDERS: 30400,
|
||||
SUPPORT: 30500,
|
||||
TERMS_OF_SERVICE: 30600,
|
||||
};
|
||||
|
||||
export const MYINFO_TABS = {
|
||||
PAYMENT: 0,
|
||||
BILLING_ADDRESS: 1,
|
||||
|
||||
Reference in New Issue
Block a user