mirror of
https://github.com/moeru-ai/airi.git
synced 2026-09-01 14:56:52 +08:00
fix(api): use payment order id for Stripe checkout product events
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -74,7 +74,7 @@ export function createCheckoutOperation(deps: CheckoutOperationDeps) {
|
||||
feature: 'billing',
|
||||
action: 'checkout_started',
|
||||
status: 'succeeded',
|
||||
eventId: session.id,
|
||||
eventId: result.paymentOrderId,
|
||||
source: 'stripe.checkout',
|
||||
metadata: {
|
||||
pack_key: resolvedPackKey,
|
||||
|
||||
Reference in New Issue
Block a user