Set transaction URL for Stripe APMs #3383
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #3061
Changes proposed in this Pull Request:
When viewing order details, we want the charge ID to link to the Stripe dashboard. We are already doing this for CCs, by overriding get_transaction_url() inside WC_Stripe_Payment_Gateway. We want to do this inside
WC_Stripe_UPE_Payment_Method
as well, to have the same behavior for APMs.BEFORE: charge ID does not link to Stripe dashboard
AFTER: charge ID links to Stripe dashboard
Testing instructions
wp-admin/admin.php?page=wc-settings&tab=checkout§ion=stripe&panel=methods
wp-admin/admin.php?page=wc-orders&action=edit&id=<ORDER-ID-FROM-PREVIOUS-STEP>
https://dashboard.stripe.com/test/payments/py_3Ps8zuIMUtoK6Gfh0UF2DfWd
changelog.txt
andreadme.txt
(or does not apply)Post merge