mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
Run dotnet format
This commit is contained in:
@@ -462,16 +462,16 @@ public class StripeEventUtilityService : IStripeEventUtilityService
|
|||||||
switch (cashBalanceTransaction)
|
switch (cashBalanceTransaction)
|
||||||
{
|
{
|
||||||
case { Type: "funded", Funded: not null }:
|
case { Type: "funded", Funded: not null }:
|
||||||
{
|
{
|
||||||
bankTransferType = cashBalanceTransaction.Funded.BankTransfer.Type;
|
bankTransferType = cashBalanceTransaction.Funded.BankTransfer.Type;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case { Type: "applied_to_payment", AppliedToPayment: not null }
|
case { Type: "applied_to_payment", AppliedToPayment: not null }
|
||||||
when cashBalanceTransaction.AppliedToPayment.PaymentIntentId == charge.PaymentIntentId:
|
when cashBalanceTransaction.AppliedToPayment.PaymentIntentId == charge.PaymentIntentId:
|
||||||
{
|
{
|
||||||
matchingPaymentIntentFound = true;
|
matchingPaymentIntentFound = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matchingPaymentIntentFound && !string.IsNullOrEmpty(bankTransferType))
|
if (matchingPaymentIntentFound && !string.IsNullOrEmpty(bankTransferType))
|
||||||
|
|||||||
Reference in New Issue
Block a user