Skip to content

Commit fca19e8

Browse files
committed
minor improvement
1 parent 1e0e5e4 commit fca19e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/billing/credits/purchase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export async function purchaseCredits(params: PurchaseCreditsParams): Promise<Pu
193193
description: `Prepaid credits ($${amountDollars})`,
194194
metadata: creditMetadata,
195195
},
196-
{ idempotencyKey }
196+
{ idempotencyKey: `${idempotencyKey}-item` }
197197
)
198198

199199
// Finalize and pay

0 commit comments

Comments
 (0)