We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16150a8 + 907a33e commit 420af1eCopy full SHA for 420af1e
1 file changed
apps/app/src/app/api/stripe/repair/route.ts
@@ -106,7 +106,7 @@ export async function POST(req: Request) {
106
});
107
108
// Sync updated data to KV store
109
- await syncStripeDataToKV(updatedOrganization.id);
+ await syncStripeDataToKV(customer.id);
110
111
return successResponse('Stripe data successfully repaired', {
112
organizationId: updatedOrganization.id,
0 commit comments