-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip webshop #689
base: main
Are you sure you want to change the base?
wip webshop #689
Conversation
DOT-393 Set up Stripe for webshop
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -0,0 +1,32 @@ | |||
"use client" |
Check warning
Code scanning / CodeQL
Unknown directive
apps/dashboard/src/modules/webshop-purchase/use-webshop-purchase-table.tsx
Fixed
Show fixed
Hide fixed
res.status(500).json({ statusCode: 500, message: "No such priceId" }) | ||
return | ||
} | ||
console.log(`${req.headers.host}?success=true`) |
Check failure
Code scanning / CodeQL
Log injection
bit stale any updates? |
Kudos, SonarCloud Quality Gate passed!
|
There is also added a webhook that adds orders to the dashboard on the checkout.session.completed event such that prokom can mark the orders as delivered or not.