Skip to content

Commit 264f985

Browse files
fix build
1 parent b49efb4 commit 264f985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/src/ee/features/billing/components/checkout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const Checkout = () => {
3030
variant: "destructive",
3131
});
3232
captureEvent('wa_onboard_checkout_fail', {
33-
error: errorMessage,
33+
errorCode: errorMessage,
3434
});
3535
}
3636
}, [errorCode, errorMessage, toast, captureEvent]);
@@ -45,7 +45,7 @@ export const Checkout = () => {
4545
variant: "destructive",
4646
})
4747
captureEvent('wa_onboard_checkout_fail', {
48-
error: response.errorCode,
48+
errorCode: response.errorCode,
4949
});
5050
} else {
5151
captureEvent('wa_onboard_checkout_success', {});

0 commit comments

Comments
 (0)