-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide event amounts for CANCEL transaction events (#4587)
* Hide event amounts for CANCEL transaction events * Add changeset * Apply suggestions from code review Co-authored-by: Paweł Chyła <chyla1988@gmail.com> * Refactor const outside of function declaration * Update changeset --------- Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
- Loading branch information
1 parent
53ca848
commit f95e90f
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"saleor-dashboard": patch | ||
--- | ||
|
||
Amounts are now hidden on Transaction events list for `CHARGE_REQUST`, `CHARGE_SUCCESS` and `CHARGE_FAILURE` events. | ||
These events don't support providing amounts, and they were always displayed as 0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters