We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0e5e4 commit fca19e8Copy full SHA for fca19e8
apps/sim/lib/billing/credits/purchase.ts
@@ -193,7 +193,7 @@ export async function purchaseCredits(params: PurchaseCreditsParams): Promise<Pu
193
description: `Prepaid credits ($${amountDollars})`,
194
metadata: creditMetadata,
195
},
196
- { idempotencyKey }
+ { idempotencyKey: `${idempotencyKey}-item` }
197
)
198
199
// Finalize and pay
0 commit comments