Skip to content

Commit

Permalink
Fix paidInCents
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 17, 2024
1 parent cf988d6 commit d94fbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/src/gidx/complete-checkout-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const completeCheckoutSession: APIHandler<
await sendCoins(
userId,
paymentAmount,
CompletedPaymentAmount,
CompletedPaymentAmount * 100,
MerchantTransactionID,
SessionID,
user.sweepstakesVerified ?? false
Expand Down

0 comments on commit d94fbc9

Please sign in to comment.