mirror of
https://github.com/bitwarden/server
synced 2025-12-12 14:23:38 +00:00
make payment method type required
This commit is contained in:
@@ -210,7 +210,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
await _organizationService.ReplacePaymentMethodAsync(orgIdGuid, model.PaymentToken,
|
||||
model.PaymentMethodType);
|
||||
model.PaymentMethodType.Value);
|
||||
}
|
||||
|
||||
[HttpPost("{id}/upgrade")]
|
||||
|
||||
Reference in New Issue
Block a user