-
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.
Grant & send refund in return & replace view (#4511)
* Fix types * Add unit prices in grant refund view * Strict typing on ProductCard * Add changeset * Update schema * Build types * Update lockfile * Extract messages * (wip) basic grant refund during return * (wip) Fix fixtures & tests * Add changeset * Extract messages * Fix refunding fulfilled items (#4483) * Add error handling * Fix test file * (wip) automatically send refund * (wip) fix send refund message * (wip) cleanup components * (wip) various style fixes * (wip) extract SendRefundCheckbox * Fix handlers & dirty amount * Merge notifications * Fix integration test * Extract messages * Migrate to strict on OrderReturn view * Add AAA in TransactionSubmitCard test * Extract components to separate files * Dedicated handler for shipment cost checkbox * Extract complex tertiary line * Extract mutations to separate hook * Rewrite utils tests to follow AAA * Add integration tests * Fix strict * Fix crashing page when single fulfilled item is returned * Fix typo * Squash fulfilled & unfulfilled lines for grant mutations * Fix types * Fix operator precedence * Fix crashing page when single fulfilled item is returned * Fix types * Add test cases * Simplify test
- Loading branch information
Showing
45 changed files
with
1,663 additions
and
268 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,5 @@ | ||
--- | ||
"saleor-dashboard": minor | ||
--- | ||
|
||
Grant & send refund in return & replace view |
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
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
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
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
Oops, something went wrong.