Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.59k stars 798 forks source link

My Jetpack: investigate why site with Jetpack Professional is asking to get a Jetpack Backup plan #29998

Closed nunyvega closed 1 year ago

nunyvega commented 1 year ago

A site with Jetpack Professional is asking the user to add a Backup plan, but it should not because it's already included in the plan. This is what the site shows:

Image

Discussed here: p1680801315035299-slack-C0299DMPG

nunyvega commented 1 year ago

I was not able to replicate it on a fresh test site with Jetpack Professional.

What I can see from their second screenshot is that the date for the Jetpack Professional subscription is not shown. This is what happens in the reported site: image

And normally we show the expiration date under the plan's name:

Screenshot 2023-04-08 at 23 15 25
lhkowalski commented 1 year ago

A request to the v1.1/sites/$site/features/ endpoint returns a list that includes backups and other backup-related features as active:

{
    "active": [
        "akismet",
        "antispam",
        "backups",
        "backups-daily",
        "calendly",
        "cdn",
        "search",
        "cloudflare-analytics",
        "cloudflare-cdn",
        "core\/audio",
        "core\/cover",
        "core\/video",
        "donations",
        "full-activity-log",
        "google-analytics",
        "google-my-business",
        "jetpack-dashboard",
        "opentable",
        "polldaddy",
        "premium-themes",
        "priority_support",
        "real-time-backups",
        "recurring-payments",
        "republicize",
        "scan",
        "security-settings",
        "seo-preview-tools",
        "send-a-message",
        "simple-payments",
        "social-previews",
        "social-shares-1000",
        "subscriber-unlimited-imports",
        "support",
        "upload-audio-files",
        "upload-video-files",
        "vaultpress-automated-restores",
        "vaultpress-backup-archive",
        "vaultpress-backups",
        "vaultpress-security-scanning",
        "vaultpress-storage-space",
        "video-hosting",
        "videopress",
        "videopress\/video",
        "videopress-unlimited-storage",
        "whatsapp-button",
        "wordads",
        "wordads-jetpack",
        "set-primary-custom-domain"
    ],
   ...
}
nunyvega commented 1 year ago

I can also see that the site does show the capabilities as expected in the RWDB

nunyvega commented 1 year ago

Moved the discussion of this issue to this post: p1HpG7-lTc-p2

nunyvega commented 1 year ago

Marking this as resolved since it is not related to the plan nor the site (see thread above for more context)