mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00:00
[PM-25088] Fix collision with PM-24964 (#6312)
`ISetupIntentCache.Remove` (used in #6262) was renamed to
`RemoveSetupIntentForSubscriber` with 3dd5acc in #6263.
This commit is contained in:
@@ -204,7 +204,7 @@ public class CreatePremiumCloudHostedSubscriptionCommand(
|
|||||||
{
|
{
|
||||||
case TokenizablePaymentMethodType.BankAccount:
|
case TokenizablePaymentMethodType.BankAccount:
|
||||||
{
|
{
|
||||||
await setupIntentCache.Remove(user.Id);
|
await setupIntentCache.RemoveSetupIntentForSubscriber(user.Id);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TokenizablePaymentMethodType.PayPal when !string.IsNullOrEmpty(braintreeCustomerId):
|
case TokenizablePaymentMethodType.PayPal when !string.IsNullOrEmpty(braintreeCustomerId):
|
||||||
|
|||||||
Reference in New Issue
Block a user