Skip to content

Commit

Permalink
Add PUBLICATION_ONBOARDING_STATE constant.
Browse files Browse the repository at this point in the history
hussain-t committed Jul 15, 2024

Verified

This commit was signed with the committer’s verified signature.
hussain-t Hussain Thajutheen
1 parent 7185813 commit 59f9d65
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -19,3 +19,9 @@
export const MODULES_READER_REVENUE_MANAGER = 'modules/reader-revenue-manager';

export const ERROR_CODE_NON_HTTPS_SITE = 'non_https_site';

export const PUBLICATION_ONBOARDING_STATE = {
ONBOARDING_COMPLETE: 'ONBOARDING_COMPLETE',
ONBOARDING_ACTION_REQUIRED: 'ONBOARDING_ACTION_REQUIRED',
PENDING_VERIFICATION: 'PENDING_VERIFICATION',
};

0 comments on commit 59f9d65

Please sign in to comment.