chore: Fixed loading of orders and donating without wallet connect#113
Merged
dipanshuhappy merged 8 commits intomainfrom Jul 30, 2025
Merged
chore: Fixed loading of orders and donating without wallet connect#113dipanshuhappy merged 8 commits intomainfrom
dipanshuhappy merged 8 commits intomainfrom
Conversation
- Updated @privy-io/server-auth to version 1.19.2 in package.json. - Refactored wallet generation logic in the wallet-generate API to use email instead of address. - Added a new utility function to fetch orders by hypercert ID. - Improved error handling in the buy fraction hook and support form. - Enhanced the SupportReportForm to include credit/debit card payment options.
- Improved formatting and structure of the PaymentSuccessPage component. - Added error handling for transaction data retrieval and display. - Enhanced user feedback for payment success and error states. - Updated imports to follow consistent quotation style.
- Improved formatting and structure of the PaymentSuccessPage component. - Added error handling for transaction data retrieval and display. - Enhanced user feedback for payment success and error states. - Updated imports to follow consistent quotation style.
✅ Deploy Preview for voicedeck ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This commit standardizes the indentation across the codebase to use 2 spaces consistently, replacing tabs with spaces. This improves code readability and maintains consistent styling.
The changes add CORS headers and error handling to the wallet endpoint, while also fixing the wallet-generate API URL to be relative instead of hardcoded.
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.
Overview
Installations Needed
No new installation , but do run ```bun install`` to get latest package updated
Screencaps
Checks
Before making your PR, please check the following:
bun run buildand resolve any errors before the PR when possible)