forked from gongxuegit/tiku-backend.net
feat: modularize external providers
This commit is contained in:
@@ -375,11 +375,13 @@ public sealed class CommerceEndpointTests
|
||||
Days = 39,
|
||||
IsActive = true
|
||||
},
|
||||
new TenantPaymentAccount
|
||||
new TenantExternalProvider
|
||||
{
|
||||
TenantId = tenantId,
|
||||
Capability = TenantExternalProviderCapability.Payment,
|
||||
Provider = "manual",
|
||||
Status = TenantPaymentAccountStatus.Active
|
||||
Status = TenantExternalProviderStatus.Active,
|
||||
ConfigPublic = JsonSerializer.SerializeToElement(new { mode = "TenantCollect" })
|
||||
}
|
||||
};
|
||||
if (includeMembership)
|
||||
|
||||
Reference in New Issue
Block a user