File size: 428 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
// Login reasons associated with manual subscription renewals. Currently these
// all have the exact same messaging, so they are included in one constant.
export const REASONS_FOR_MANUAL_RENEWAL = [
'auto-renew-failed',
'bd_card-expiring',
'bd_missing-payment',
'bd_renewal-failure',
'bd_autorenew-disabled',
'expired-domain-notice',
'plan-expired',
'renew-domain-expiration-notice',
'upcoming_expiry_notification',
];
|