Skip to content

Commit 76bead3

Browse files
authored
Update the deprecated url in the deprecated pill, to redirect to our own doc (#4071)
1 parent a22913f commit 76bead3

File tree

1 file changed

+1
-1
lines changed
  • client/components/payment-method-deprecation-pill

1 file changed

+1
-1
lines changed

client/components/payment-method-deprecation-pill/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const PaymentMethodDeprecationPill = () => {
6060
components: {
6161
currencySettingsLink: (
6262
<StyledLink
63-
href="https://support.stripe.com/topics/shutdown-of-the-legacy-sources-api-for-non-card-payment-methods"
63+
href="https://woocommerce.com/document/stripe/admin-experience/legacy-checkout-experience/"
6464
target="_blank"
6565
rel="noreferrer"
6666
onClick={ ( ev ) => {

0 commit comments

Comments
 (0)