X402 pretix#56
Merged
Merged
Conversation
… email. Introduce PendingEthQuoteCell component for displaying ETH quotes across chains. Remove unnecessary ETH payer signature input from manual verification modal.
…r transaction replacement and cancellation. Update hooks to use mined transaction hashes for verification, improving accuracy in payment status updates.
This update introduces a support email field in the ticketing configuration, allowing users to contact support directly through a pre-filled email link in the checkout UI. The support email is displayed in the "Need help?" section, enhancing user experience during the ticket purchase process.
…nce. Adjusted the minimum and maximum polling cadence to ensure efficient payment verification without overloading the network.
…pto discount. Enhanced checkout UI to reflect payment method options based on configuration, including dynamic display of enabled tokens.
… data integrity. Updated claim handler to enforce session ID matching with URL ID, preventing unauthorized voucher claims. Modified validation endpoint to strip unnecessary index fields from response data, ensuring only relevant discount information is returned to the frontend.
…nagement - Introduced a new script for cloning Pretix events, allowing synchronization from production to development environments. - Implemented snapshot management for event resources, including categories, items, discounts, and settings. - Enhanced state management to track source-target mappings and ensure data integrity during cloning operations. - Added CLI options for flexible execution, including dry-run capabilities and selective resource cloning. - Updated .gitignore to exclude sensitive snapshot and state files from version control. - Modified ticketing configuration to reflect the new event ID structure.
- Added a setting to prevent the order email from being asked twice during testing, facilitating smoother development workflows. - Made question fields optional in the development environment to avoid blocking testers with required production fields, enhancing the testing experience.
- Set default crypto discount percentage to 0 in the ticketing configuration to prevent unintended discounts in new environments. - Updated paymentInfo type to allow for null discount values, indicating when discounts are disabled. - Enhanced UI components to conditionally display crypto discount information based on the availability and value of the discount. - Adjusted FAQ responses and checkout summaries to reflect the current state of the crypto discount, ensuring accurate user information.
- Introduced a visual substitution for the ENS name, changing `d.krux.eth` to `d.devcon.eth` for demo visibility. - Ensured that the actual address is still displayed on hover, maintaining transparency while enhancing the demo experience.
…g sign-in - Added a function to read NextAuth's CSRF token from the request's cookie, ensuring proper validation of sign-in attempts. - Updated the authorization logic to use the server-issued CSRF token as the nonce for SIWE verification, preventing replay attacks. - Enhanced session ID validation in the discount claim handler to enforce strict identity checks, preventing unauthorized voucher claims.
- Added `getPluginSettings` function to retrieve plugin settings, enabling or disabling the external API purchase path based on the `fiat_purchase_enabled` flag. - Updated the `/api/x402/tickets/fiat-purchase` endpoint to return a 404 error when fiat purchases are not enabled for the event. - Enhanced the checkout component to handle the 404 response, providing users with a clear notice and a button to redirect to the Pretix shop when card payments are unavailable. - Introduced state management for fiat payment availability, ensuring users receive accurate feedback during the checkout process.
- Removed hardcoded FAQ items and integrated dynamic loading of FAQs based on the checkout page context. - Updated `getStaticProps` to fetch and filter FAQ data, ensuring only relevant items are displayed. - Modified `CheckoutContent` component to accept and render FAQ items, enhancing maintainability and flexibility.
…updates - Added a warning for users attempting to use Coinbase / Base Smart Wallet on mobile Safari, indicating that checkout is not supported on this platform. - Updated `checkout.tsx` to include logic for displaying the warning and prevent checkout if the warning condition is met. - Introduced new styles in `checkout.module.scss` for the mobile warning message to improve visibility. - Adjusted wallet connection classification in `walletConnection.ts` to treat `baseAccount` as equivalent to `coinbaseWallet` for consistent UI behavior.
✅ Deploy Preview for devcon-social canceled.
|
✅ Deploy Preview for devcon-event-app canceled.
|
✅ Deploy Preview for devcon-app canceled.
|
✅ Deploy Preview for devconnect-dev-branch ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for devcon-monorepo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
No description provided.