Skip to content
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

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Conversation

henrikskog
Copy link
Contributor

@henrikskog henrikskog commented Oct 31, 2023

image
image
image

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.

@henrikskog henrikskog self-assigned this Oct 31, 2023
Copy link

linear bot commented Oct 31, 2023

DOT-393 Set up Stripe for webshop

  • Set up Stripe project
  • Create core logic for interacting with stripe from monorepo

Copy link

vercel bot commented Oct 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboard ❌ Failed (Inspect) Nov 2, 2023 9:46pm
rif ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2023 9:46pm
web ❌ Failed (Inspect) Nov 2, 2023 9:46pm

@@ -0,0 +1,32 @@
"use client"

Check warning

Code scanning / CodeQL

Unknown directive

Unknown directive: 'use client'.
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

Log entry depends on a [user-provided value](1).
@@ -0,0 +1,66 @@
"use client"

Check warning

Code scanning / CodeQL

Unknown directive

Unknown directive: 'use client'.
@kharann
Copy link
Contributor

kharann commented Nov 21, 2023

bit stale any updates?

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
4.3% 4.3% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants