mirror of
https://github.com/bitwarden/server
synced 2025-12-13 06:43:45 +00:00
[PM-13999] show estimated tax for taxable countries (#5110)
This commit is contained in:
@@ -973,6 +973,9 @@ public class UserService : UserManager<User>, IUserService, IDisposable
|
||||
await paymentService.CancelAndRecoverChargesAsync(user);
|
||||
throw;
|
||||
}
|
||||
|
||||
|
||||
|
||||
return new Tuple<bool, string>(string.IsNullOrWhiteSpace(paymentIntentClientSecret),
|
||||
paymentIntentClientSecret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user