Skip to content

fix(PaymentService): enhance payment processing experience#366

Open
celikerde wants to merge 1 commit into
11.xfrom
fix/wait-to-payment-process-with-screen-locking-and-loadind-spinner
Open

fix(PaymentService): enhance payment processing experience#366
celikerde wants to merge 1 commit into
11.xfrom
fix/wait-to-payment-process-with-screen-locking-and-loadind-spinner

Conversation

@celikerde

@celikerde celikerde commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator
  • Added a loading overlay during payment processing to improve user feedback.
  • Introduced reactive state management for payment processing status.
  • Updated form submission handling to optimistically lock the form upon user action.
  • Enhanced success handling for built-in payment gateways to prevent duplicate submissions.

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Types of changes

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to our CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit

Description

Related Issue

- Added a loading overlay during payment processing to improve user feedback.
- Introduced reactive state management for payment processing status.
- Updated form submission handling to optimistically lock the form upon user action.
- Enhanced success handling for built-in payment gateways to prevent duplicate submissions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant