-
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
Deprecate Sofort #7480
Deprecate Sofort #7480
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: +261 B (0%) Total Size: 1.43 MB
ℹ️ View Unchanged
|
… is not enabled (therefore only merchants who already enabled it will see it.
I spun up a JN site with this branch (using the link here) and am still seeing Sofort when going through the "Set up payments" task at WooCommerce > Home ( I'm not sure if this task is owned by WCPay or Woo core. |
Hey @csmcneill!
That's because that page belongs to WC Core. That fix is addressed by this core PR: woocommerce/woocommerce#40745 |
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.
Thanks @elizaan36! Good catch about using the |
…merce-payments into dev/sofort-deprecation
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.
Thanks for taking care of the deprecation, it's gone as intended and the inline notices appear for the right cases as expected. Ready to merge 🙂
LGTM! |
…merce-payments into dev/sofort-deprecation
…merce-payments into dev/sofort-deprecation
Co-authored-by: Ismael Martín Alabarce <[email protected]>
Fixes #7490
Changes proposed in this Pull Request
Testing instructions
WCPay Onboarding Page
Payments
- verify that the Sofort logo is not visible amongst the payment methods:NOTE: In order to test these steps, please also checkout the corresponding server/4029 PR. You may need to checkout
trunk
on the server in order to request Sofort for the second part of the tests, then switch back to this branch.Payment Method Setup with Sofort disabled
In order to test this, please firstly checkout
trunk
on the server, clear the cache, and check whether Sofort is enabled as a payment method and disable it if it is enabled. Then checkout the corresponding server PR and clear the account cache.Payments > Settings
and you should see Sofort not present in the payment methods list:WooCommerce > Settings > Payments
and disable WooPayments on the menu. You should see the following confirmation modal. Verify that Sofort is not in the list:Payment Method Setup with Sofort disabled
In order to test this, please firstly checkout
trunk
on the server and enable Sofort as a payment method inPayments > Settings
. Then checkout the corresponding server branch again.Payments > Settings
. Verify that you see the Notice under Sofort in the list:npm 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