Closed aimensahnoun closed 3 months ago
[!CAUTION]
Review failed
The pull request is closed.
This update features a minor version increment in the package.json
file, signaling the addition of new functionalities. Notable enhancements include the incorporation of sellerName
and productName
properties in the payment confirmation process, which improves user experience by providing additional context. Additionally, alterations to environment variable names signify a transition to a Vite-based setup, optimizing integration and configuration practices.
File(s) | Change Summary |
---|---|
package.json |
Version updated from 0.1.0 to 0.1.1 , indicating a minor update with new features or improvements. |
packages/payment-widget/src/lib/components/payment-confirmation.svelte , |
Added optional properties sellerName and productName to enhance payment details displayed during confirmation. |
packages/payment-widget/src/lib/payment-widget.svelte |
Updated PaymentConfirmation component to accept sellerName and productName props derived from relevant data. |
packages/payment-widget/src/lib/utils/request.ts |
Enhanced prepareRequestParameters function by adding productName and sellerName for richer invoice details. |
packages/payment-widget/src/lib/env.d.ts , |
Renamed WEB3MODAL_PROJECT_ID to VITE_WEB3MODAL_PROJECT_ID for consistency; added semicolon for TypeScript syntax. |
packages/payment-widget/src/lib/utils/walletConnector.ts |
Modified initialization to use VITE_WEB3MODAL_PROJECT_ID instead of WEB3MODAL_PROJECT_ID for environment variable. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Chores