Activities of "lan.dang"

The process to the payment From Login page > Click on Register Tenant > Select any plan (not select Trial) > Enter name, email & password > Click on Register It will lead you to payment page

Hi @ismcagdas,

If you look at file RegisterTenant.cshtml.cs, I called return LocalRedirectPreserveMethod("/Payment/GatewaySelection?paymentRequestId=" + paymentRequest.Id);

It opens payment page. Could you tell me what should I do with initial payment process?

Yes I have sent email to you. Please let me know if you get any trouble with checkout source code

Yes I did that but Status is always "Waiting" so I think it does not return correct status

Do we have good documentation for the payment integration?

Thanks @ismcagdas,it just returns PaymentRequestID, how can I get payment status? I think the callback should send back to page PaymentSucceed the status OR should we implement new page PaymentFailed?

I faced an error when I tried to integrate Stripe to my solution. Did I miss any configuration?

Yes I used this example, but it shows this selection. What should I do not enable Stripe payment? PayU gives me this error : System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Payment.Payu.Pages.Payment.Payu.PurchaseParameterListGenerator.Generate(PaymentRequestWithDetailsDto paymentRequest) at Volo.Payment.Payu.Pages.Payment.Payu.PrePaymentModel.OnPostAsync()

Thank you, it solves my issue

I am implementing feature to allow user register as a tenant. I have 2 issues :

  1. When I call function _tenantManager.CreateAsync, I can see new tenant is created but it is not saved to database

  2. What should I do to create data for tenant (User, Roles..etc)

Showing 111 to 120 of 125 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11