diff --git a/.phan/stubs/wpcom-stubs.php b/.phan/stubs/wpcom-stubs.php index 8072ce49e258d..f5eb9a8718173 100644 --- a/.phan/stubs/wpcom-stubs.php +++ b/.phan/stubs/wpcom-stubs.php @@ -4,7 +4,7 @@ * `bin/teamcity-builds/jetpack-stubs/stub-defs.php` and regenerate the stubs * by triggering the Jetpack Staging → Update WPCOM Stubs job in TeamCity. * - * Stubs automatically generated from WordPress.com commit e060d49d53909b256abff72b5ffe22152e96eadd. + * Stubs automatically generated from WordPress.com commit 753696f231e5c160460266a6f63e5b87cdcbea50. */ namespace { @@ -321,8 +321,11 @@ public static function get_product_list($_blog_id, $type = \null, ?bool $is_edit { } } - class Memberships_Store_Sandbox extends \Store_Sandbox + class Memberships_Store_Sandbox { + public function init($force = \false) + { + } /** * @return Memberships_Store_Sandbox */ diff --git a/projects/js-packages/components/changelog/add-loading-placeholder-while-waiting-price b/projects/js-packages/components/changelog/add-loading-placeholder-while-waiting-price new file mode 100644 index 0000000000000..2c20cf7b4be4d --- /dev/null +++ b/projects/js-packages/components/changelog/add-loading-placeholder-while-waiting-price @@ -0,0 +1,4 @@ +Significance: minor +Type: changed + +Jetpack Backup: Add a LoadingPlaceholder while waiting for Jetpack Backup price diff --git a/projects/js-packages/components/components/pricing-card/index.tsx b/projects/js-packages/components/components/pricing-card/index.tsx index 8a9a9dbbeb2b1..781e4d8370857 100644 --- a/projects/js-packages/components/components/pricing-card/index.tsx +++ b/projects/js-packages/components/components/pricing-card/index.tsx @@ -1,4 +1,5 @@ import { getCurrencyObject } from '@automattic/format-currency'; +import { LoadingPlaceholder } from '@automattic/jetpack-components'; import { Button } from '@wordpress/components'; import { sprintf, __ } from '@wordpress/i18n'; import TermsOfService from '../terms-of-service'; @@ -54,7 +55,7 @@ const PricingCard: React.FC< PricingCardProps > = ( { ) }