-
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
Payouts: Add payout bank reference key to payout reports and CSV #9832
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: +57 B (0%) Total Size: 1.34 MB
ℹ️ View Unchanged
|
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.
client/deposits/list/index.tsx
Outdated
label: __( 'Trace ID', 'woocommerce-payments' ), | ||
screenReaderLabel: __( 'Trace ID', 'woocommerce-payments' ), |
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.
We should consider changing this to something that is clearer to Merchants such as Reference
Marking as blocked until the required server-side PR is merged. |
Merging this PR slightly before the server, after making sure it does not break anything - other than showing Merging it early so that it can catch the 8.6.0 release. Discussed here: p1732879431882379-slack-CGGCLBN58 |
* develop: Ensure ECE button load events are triggered for multiple buttons on the same page (#9845) Payouts: Add payout bank reference key to payout reports and CSV (#9832) Fix WooPay component spacing (#9748) Use paragraph selector instead of label for pmme appearance (#9840) Allow redirect to the settings page from WCPay connect (#9827) Update references to woocommerce_payments_server (#9824) Fix return types in DocBlocks (#9815) Fix WooPay trial subscriptions purchases (#9778)
Fixes #5316
Note
Note added after PR approval - for future reference -
Trace ID
was renamed toBank reference key
, based on review feedback and p1732861507747189/1732857021.096589-slack-C02BW3Z8SHK. If you spot trace ID anywhere in the discussion below ( other than Stripe Payout object ), please read it asBank reference key
Changes proposed in this Pull Request
Trace ID
column in payouts list seen withinPayments > Payouts
, and within CSV exports. TheTrace ID
will help merchants match inbound payout entries in their bank statements with WooPayments Payouts.Testing instructions
add/6838-payout-trace-id
, unless it is already merged.npm run down && npm run up
on the server to restart docker and make sure thetrace_id
column is added to the payouts cache tables.acct_1OuYn1QpUShfetUA
if you like, since that account has a few sample payouts that can be helpful for testing.Payments > Deposits
Trace ID
column and the ID on the payouts after November 21, 2024.Test browser export
Test endpoint export
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