-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable the Payment Activity Card for all merchants (remove feature flag _wcpay_feature_payment_overview_widget
)
#9012
base: develop
Are you sure you want to change the base?
Enable the Payment Activity Card for all merchants (remove feature flag _wcpay_feature_payment_overview_widget
)
#9012
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: -34 B (0%) Total Size: 1.32 MB
ℹ️ View Unchanged
|
Thanks @Jinksi for working on this! LGTM! |
I've marked this as blocked – we must ensure testing on WCCOM has been completed before merging. See paJDYF-bWn-p2#comment-25037 |
const DISPUTE_ISSUER_EVIDENCE = '_wcpay_feature_dispute_issuer_evidence'; | ||
const TOKENIZED_CART_PRB_FLAG_NAME = '_wcpay_feature_tokenized_cart_prb'; | ||
const PAYMENT_OVERVIEW_WIDGET_FLAG_NAME = '_wcpay_feature_payment_overview_widget'; | ||
const WOOPAY_GLOBAL_THEME_SUPPORT_FLAG_NAME = '_wcpay_feature_woopay_global_theme_support'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -385,7 +369,7 @@ public static function to_array() { | |||
'woopayExpressCheckout' => self::is_woopay_express_checkout_enabled(), | |||
'isAuthAndCaptureEnabled' => self::is_auth_and_capture_enabled(), | |||
'isDisputeIssuerEvidenceEnabled' => self::is_dispute_issuer_evidence_enabled(), | |||
'isPaymentOverviewWidgetEnabled' => self::is_payment_overview_widget_ui_enabled(), | |||
'isRefundControlsEnabled' => self::is_streamline_refunds_enabled(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolves #8953
Changes proposed in this Pull Request
This PR removed the feature flag
_wcpay_feature_payment_overview_widget
, enabling the Payment Activity Card for all merchants in WooPayments 7.9.Important
Ensure testing on WCCOM has been completed before merging. See paJDYF-bWn-p2#comment-25037
An integration test has been added to check that the Payments → Overview screen includes this card correctly.
Testing instructions
_wcpay_feature_payment_overview_widget
delete_option( '_wcpay_feature_payment_overview_widget' );
in WP Console or modify your database tablewp_options
directly.develop
, the payment activity card will not rendernpm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge