1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-29 15:24:51 -05:00

Remove erroneous whitespace

This commit is contained in:
Chad Scharf 2020-06-17 20:02:38 -04:00
parent b7a500eb63
commit 1b027cab59

View File

@ -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
{ {