Merged
Conversation
🦋 Changeset detectedLatest commit: c3e47f7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5505 +/- ##
==========================================
+ Coverage 63.14% 63.23% +0.08%
==========================================
Files 1292 1293 +1
Lines 22371 22387 +16
Branches 4611 4635 +24
==========================================
+ Hits 14127 14157 +30
+ Misses 8208 7681 -527
- Partials 36 549 +513 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
merge-reports: Run #5108
🎉 All tests passed!Github Test Reporter by CTRF 💚 🔄 This comment has been updated |
poulch
reviewed
Mar 25, 2025
src/orders/components/OrderPaymentSummaryCard/components/OrderPaymentStatusPill.tsx
Show resolved
Hide resolved
src/orders/components/OrderPaymentSummaryCard/components/OrderPaymentStatusPill.test.tsx
Outdated
Show resolved
Hide resolved
poulch
reviewed
Mar 26, 2025
| }); | ||
| }); | ||
|
|
||
| type RowDataType = RelayToFlat<NonNullable<OrderListQuery["orders"]>>[number]; |
Contributor
There was a problem hiding this comment.
suggestion: I meant to keep this in one place types.ts and use everywhere
src/orders/components/OrderPaymentSummaryCard/components/OrderPaymentStatusPill.tsx
Show resolved
Hide resolved
poulch
previously approved these changes
Mar 26, 2025
Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
poulch
approved these changes
Mar 27, 2025
poulch
added a commit
that referenced
this pull request
Mar 27, 2025
* remove deprecated 'token' from orders * order details overcharge warning * show overcharged status in order list * show overcharged status in customer order list * i18n * changeset * update fixutes * tests & improvements * add cr fixes * i18n * Update .changeset/little-pandas-travel.md Co-authored-by: Paweł Chyła <chyla1988@gmail.com> --------- Co-authored-by: Paweł Chyła <chyla1988@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Scope of the change
chargeStatusto order queriesOrders list:

Order details:

Customer details view:

Demo:
CleanShot.2025-03-26.at.11.57.10.mp4