Hi @AlderCove
Sorry, the email address you sent doesn't exist. Could you send it to info@abp.io ?
Thanks,
Hi @shobhit
Could you share which one is what you want ? Are both options OK for you ?
Option 1
Step 7: Do any action in app.aztute.com Step 8: User get logged out and redirected to identity.aztute.com for login Step 9: User logins on identity.aztute.com Step 10: User is redirected to main app.aztute.com
Option 2
Step 7: Do any action in app.aztute.com Step 8: User get logged out and redirected to app.aztute.com Step 9: User clicks login and logins on identity.aztute.com Step 10: User is redirected to main app.aztute.com
Hi @m2ms
No additional information is required on the bank transfer. You can just send your organization name and payment receipt to info@abp.io and our team will handle the rest.
Hi @marketbus
You are right, PaymentWebOptions is for MVC projects. Payment module's public UI (for retrieving payment from customer) is only available for MVC (Razor) projects, so you need to host payment module in an MVC project.
Hi @marketbus
We haven't tried payment module with a Blazor Server app to get a payment. The flow of payment process is really simple, you can see it here https://docs.abp.io/en/commercial/latest/modules/payment#one-time-payments. When the payment succeeds, the payment module will redirect user to the URL provided CallbackUrl in PaymentWebOptions.
Then, you can handle the result in your Blazor app. Let me know if you have any confusions.
Hi,
Unfortunately api-key is not supported at the moment.
Hi @easonyang
Can you try againg ? This was caused by a rule on on firewall. It should be working now.
Thanks,
Hi @easonyang
dotnet restore before the build operation ?Thanks,
Hi @MichelZ
Do you still have problem. I'm sorry that I missed your reply. We have made some improvements on our website about this problem.
Thanks,
Hi @dmeagor
Yes, we removed some packages which shouln't be on our NuGet server but on nuget.org. Please let me know if you face any problems.