Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/itchy-queens-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Order Transaction will now display payment method details, like card brand or type.
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changeset text is a bit ambiguous/grammatically awkward: it uses singular ('Order Transaction') and 'card brand or type' is unclear. Consider updating the sentence to use 'Order Transactions' (plural) and be more specific about what’s displayed (e.g., brand/logo, masked number, expiration for cards; provider name for other methods).

Suggested change
Order Transaction will now display payment method details, like card brand or type.
Order Transactions will now display payment method details, such as card brand/logo, masked card number and expiration date for cards, or provider name for other payment methods.

Copilot uses AI. Check for mistakes.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const config = {
"^react-intl$": "<rootDir>/__mocks__/react-intl.ts",
"@assets(.*)$": "<rootDir>/assets/$1",
"@locale(.*)$": "<rootDir>/locale/$1",
"@dashboard/misc/getBaseUrl": "<rootDir>/testUtils/__mocks__/getBaseUrl.ts",
"@dashboard(.*)$": "<rootDir>/src/$1",
"@test/(.*)$": "<rootDir>/testUtils/$1",
"^@material-ui/core$": "<rootDir>/node_modules/@material-ui/core",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"test:ci": "CI=true jest --coverage --silent",
"test:debug": "DEBUG_PRINT_LIMIT=20000 jest",
"test:quiet": "jest --silent",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"update-payment-assets": "node scripts/update-payment-assets.cjs"
},
"config": {
"saleor": {
Expand Down
1 change: 1 addition & 0 deletions public/payment-methods/ab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/payment-methods/abn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/payment-methods/ach.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/payment-methods/achdirectdebit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/payment-methods/acima_leasing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/payment-methods/acuotaz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading