EasyAbp/PaymentService

Missing IMultiTenant interface on Payment and Refund Entity

Closed this issue · 4 comments

Recently using this module with a multi-tenant project I found when I split tenant database, no entries were found in tenant database. It should be caused by Missing IMultiTenant interface on Payment and Refund Entity.

public class Payment : FullAuditedAggregateRoot<Guid>, IPayment

Thanks for reporting. Can you help to fix it and create a PR?

Thanks for reporting. Can you help to fix it and create a PR?

ok

It's included in 2.7.0-preview.2.