Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "ryancyq"

Answer

Hi, looks like ANZ default stripe dot net library is still at v27.

To support Strip API Version 2019-11-05, stripe dot net need to be upgraded to v33.

https://github.com/stripe/stripe-dotnet/releases/tag/v33.0.0

You can upgrade stripe library in your solution to support the last API version

Hi, BackgroundJobInfo is a Host side only entity and it does not contain any tenancy information. You can extend the entity to add tenant information for Job CRUD management.

For job execution, you can include tenant information as part the job arguments.

Answer

Hi, ANZ project can be logged in without using tenant subdomain by default.

In the case where tenant subdomain is disable, user will need to enter their tenant name then followed by username/email and password.

However, if you do not wish to have the user manually enter the tenant name themselves, you can implement custom login logic to lookup for the given username/email accross tenants.

Since order and order details are custom businless domain implmeneted on your end, you can try using Repostory Delete method.

_cartLineItemsRepository.Delete(() => cli.Order_Id == yourOrderId)
// other order details deletion

Hi, can you share the ANZ version and framework?

are you using ef core/ ef 6?

also, please share the definitions of order details.

There's a unique user email and an n-n relation between users and organizations. A personal organization is provisioned at the user's subscription.

Hi @pnocera for single account access, it can be done via LinkedAccount feauture in ANZ. When a user choose to login to another tenant, its roles and permission will be scoped to the context of the chosen tenant

Hi, can you share the network request details used in postman here ?

Hi @olmy90 , you will need to login with your github account which linked to your ANZ license to view the url.

Hi, ANZ already included Hangfire nuget package reference in xxx.Web.Core project.

do you face any issue enabling hangfire in your project?

Answer

Hi, are you asking about retrying publishing notification when an offline user came online?

When a user disconnect the connection signalr, notification will not be send to the user until a new connection is established with singalr again.

Showing 31 to 40 of 573 entries