-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Update the payment module for blazor ui instructions #24646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Payment module documentation to add comprehensive Blazor UI instructions, including installation steps, configuration options, and usage examples for creating payments in Blazor applications.
Changes:
- Added detailed Blazor UI section covering installation of core and gateway-specific packages for Blazor Server and WebAssembly
- Documented
PaymentBlazorOptionsand gateway-specific Blazor configuration options (PayU, TwoCheckout, Stripe, PayPal, Iyzico, Alipay) - Included code examples for creating payments, passing extra parameters, and handling callbacks in Blazor components
- Improved grammar, capitalization, and consistency throughout the document (e.g., "How to Install", "User Interface")
- Reorganized UI sections to better distinguish between MVC/Razor Pages, Blazor, and Angular implementations
docs/en/modules/payment.md
Outdated
| ### Angular UI | ||
|
|
||
| #### Installation | ||
| For Angular applications, you need to read and apply the steps explained in the following sections |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sentence is missing a period at the end. It should read: "For Angular applications, you need to read and apply the steps explained in the following sections."
| For Angular applications, you need to read and apply the steps explained in the following sections | |
| For Angular applications, you need to read and apply the steps explained in the following sections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot instead of adding '.' at the end, we should add ':' or ';'. Can you update it according that?
|
@EngincanV I've opened a new pull request, #24649, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
Update punctuation in Angular UI section introduction
|
|
Description
Resolves https://github.com/volosoft/vs-internal/issues/7540
Checklist