You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add cartId handling and clarify payment process.
Introduced `cartId` as part of the payment flow to ensure complete payment context, updating associated DTOs, services, and return URLs. Additionally, enhanced documentation with Apple Pay and Google Pay setup details, and clarified webhook and return URL behaviors.
Refactor imports and remove unused mock data.
Updated imports for consistent formatting and cleaned up unused `mockEvent__paymentIntent_requiresAction` mock data from tests. This improves maintainability and reduces unnecessary clutter in the codebase.
Update payment state to 'INITIAL' and simplify conversion logic
If used PENDING update, the sdk.getPaymentAmount is taking as a paid amount, and return a "Cart full paid error"