feat: log error for support to investigate, and return 200 to recurly to prevent retries (#26317)

GitOrigin-RevId: 6f71fd4451e950a7bdbe1140a86a78bf8a04b039
This commit is contained in:
Jimmy Domagala-Tang
2025-06-16 08:06:23 +00:00
committed by Copybot
parent b0c5d6fc5a
commit a1591e8b0c
3 changed files with 10 additions and 2 deletions
@@ -384,7 +384,7 @@ async function revertPlanChange(
throw new IndeterminateInvoiceError(
'cant determine invoice to fail for plan revert',
{
info: { recurlySubscriptionId },
recurlySubscriptionId,
}
)
}