-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: klarna Checkout SDK added #851
Open
Sweta-Kumari-Sharma
wants to merge
2
commits into
main
Choose a base branch
from
klarna-checkout
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+148
−7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sweta-Kumari-Sharma
requested review from
Sanskar2001,
seekshiva,
PritishBudhiraja and
ArushKapoorJuspay
as code owners
December 26, 2024 10:24
Sweta-Kumari-Sharma
had a problem deploying
to
Testing
December 26, 2024 10:24 — with
GitHub Actions
Failure
ImSagnik007
requested changes
Dec 26, 2024
Sweta-Kumari-Sharma
force-pushed
the
klarna-checkout
branch
from
December 26, 2024 10:38
c8b6144
to
c882c88
Compare
Sweta-Kumari-Sharma
temporarily deployed
to
Testing
December 26, 2024 10:39 — with
GitHub Actions
Inactive
Sweta-Kumari-Sharma
force-pushed
the
klarna-checkout
branch
from
December 26, 2024 10:43
c882c88
to
5cb3b12
Compare
Sweta-Kumari-Sharma
temporarily deployed
to
Testing
December 26, 2024 10:43 — with
GitHub Actions
Inactive
PritishBudhiraja
requested changes
Dec 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess loader need to be off full screen that is coming only in the button error. And can you also handle the case when let's say I have Klarna Element and Payment Element both in a page what will happen.
PritishBudhiraja
changed the title
FEAT: klarna Checkout SDK added
feat: klarna Checkout SDK added
Dec 26, 2024
PritishBudhiraja
added
the
Ready for Review
PR with label Ready for Review should only be reviewed.
label
Dec 26, 2024
Sweta-Kumari-Sharma
force-pushed
the
klarna-checkout
branch
from
December 27, 2024 15:40
5cb3b12
to
8909545
Compare
Sweta-Kumari-Sharma
temporarily deployed
to
Testing
December 27, 2024 15:40 — with
GitHub Actions
Inactive
PritishBudhiraja
previously approved these changes
Dec 27, 2024
PritishBudhiraja
temporarily deployed
to
Testing
December 27, 2024 21:58 — with
GitHub Actions
Inactive
seekshiva
previously approved these changes
Dec 31, 2024
ImSagnik007
previously approved these changes
Jan 1, 2025
sakksham7
reviewed
Jan 2, 2025
Sweta-Kumari-Sharma
dismissed stale reviews from ImSagnik007 and seekshiva
via
January 2, 2025 09:05
6ddbda7
Sweta-Kumari-Sharma
force-pushed
the
klarna-checkout
branch
from
January 2, 2025 09:05
8e963ba
to
6ddbda7
Compare
Sweta-Kumari-Sharma
temporarily deployed
to
Testing
January 2, 2025 09:05 — with
GitHub Actions
Inactive
Sweta-Kumari-Sharma
requested review from
sakksham7,
ImSagnik007,
PritishBudhiraja and
seekshiva
January 2, 2025 09:06
PritishBudhiraja
had a problem deploying
to
Testing
January 2, 2025 09:07 — with
GitHub Actions
Failure
PritishBudhiraja
approved these changes
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#850
Type of Change
Description
Added Klarna Checkout flow. This is a redirection flow.
How did you test it?
Payment data used in
server.js
forcreate-payment-intent
call:klarna Kustom Checkout connector endpoint doesn't accept
return_url
withouthttps
, that's why I tested by using [https://www.google.com] as thereturn_url
.Screen.Recording.2024-12-27.at.9.31.53.PM.mov
Checklist
npm run re:build