Update the payment module for blazor ui instructions#24646
Update the payment module for blazor ui instructions#24646
Conversation
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
@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 <[email protected]>
Update punctuation in Angular UI section introduction
|
|
Description
Resolves https://github.com/volosoft/vs-internal/issues/7540
Checklist