feat: remove gift card code export - #6875
Merged
lkostrowski merged 2 commits intoAug 26, 2026
Merged
Conversation
`exportGiftCards` is gone from the 3.24 API and deprecated on 3.23, where it stays reachable directly through the API. Rather than keep the UI alive behind a schema check, the export dialog and its entry points are removed. The bulk-issue success dialog goes with them — offering to email the codes was its only action, so the success notification is now the only confirmation. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
🦋 Changeset detectedLatest commit: 5dc5449 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 |
lkostrowski
enabled auto-merge (squash)
August 26, 2026 16:40
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6875 +/- ##
==========================================
+ Coverage 56.73% 56.80% +0.06%
==========================================
Files 3541 3537 -4
Lines 73085 73007 -78
Branches 18917 18519 -398
==========================================
Hits 41468 41468
- Misses 29695 30885 +1190
+ Partials 1922 654 -1268
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
mirekm
approved these changes
Aug 26, 2026
This was referenced Aug 27, 2026
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.
exportGiftCardsis gone from the 3.24 API and deprecated on 3.23, where it stays reachable directly through the API. Rather than keep the UI alive behind a schema check, the export dialog and its entry points are removed.The bulk-issue success dialog goes with them — offering to email the codes was its only action, so the success notification is now the only confirmation.
Scope of the change