mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Remove erroneous whitespace
This commit is contained in:
parent
b7a500eb63
commit
1b027cab59
@ -208,7 +208,7 @@ namespace Bit.Api.Controllers
|
|||||||
{
|
{
|
||||||
throw new NotFoundException();
|
throw new NotFoundException();
|
||||||
}
|
}
|
||||||
|
|
||||||
await _organizationService.ReplacePaymentMethodAsync(orgIdGuid, model.PaymentToken,
|
await _organizationService.ReplacePaymentMethodAsync(orgIdGuid, model.PaymentToken,
|
||||||
model.PaymentMethodType.Value, new TaxInfo
|
model.PaymentMethodType.Value, new TaxInfo
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user