-
Notifications
You must be signed in to change notification settings - Fork 69
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: tokenized cart ECE base implementation #9739
Merged
+768
−1,257
Merged
Changes from 58 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
1d3fc0f
feat: tokenized cart ECE base implementation
frosso 21ad804
restore original files to avoid issues with linting
frosso d0c40ab
WIP
frosso 4a2748e
porting
frosso 2981cba
WIP
frosso d1acf78
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 345db05
WIP
frosso 060305e
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso f83de72
missing method
frosso d60479c
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 6f74fdf
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 30268a5
added notes, added transformers
frosso 450ba16
change path references
frosso 69391e8
states rename
frosso f710c4c
rename
frosso 482bec6
undo a rename
frosso de7c358
cart api handler approach
frosso 9496e83
fix conflicts
frosso a731d7b
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 283cc8c
shipping rate selection working
frosso aa5fb33
WIP
frosso 596fb37
it was an ez fix
frosso d70152e
fix type
frosso 7f343df
WIP
frosso 69bd51e
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso f05e634
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 2ba9ec9
tests add
frosso 1509005
tests fix
frosso d30b7ea
limiting the number of changes
frosso f252e18
options is always defined
frosso 4cab61e
place order via Store API
frosso e5a9a96
done with event handlers?
frosso 8ffd6e8
remove unused api argument
frosso f07d8b6
some cleanup of JS
frosso 4c635f1
restore some things
frosso ecd0c0a
fix void return type
frosso 4335e88
less changes?
frosso 014442d
less changes
frosso 06cc7cd
less changes
frosso bc9a57c
less changes
frosso 1731980
less changes
frosso e8e3bb3
less changes
frosso b65dabe
lint ignore
frosso 87a2840
changelog
frosso 6bef470
PRB > ECE
frosso bcf97d6
fix docs ref
frosso 2366c72
rename for ECE
frosso 63e5872
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 20787f0
ignore tokenized prb tests
frosso bbfa8b8
replacing another call, fixing cart updates on shortcode
frosso 6196ba5
some null coalescing, just in case
frosso 3ab4f95
fix e -> error
frosso 4cb49ca
pay-for-order missing address
frosso 22a8372
less changes
frosso 6190e62
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 3256cda
revert
frosso 4d31e93
revert rename
frosso 567675f
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso 84326d6
sorting selected rates at the top
frosso 9a5b7ab
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso a147dcc
Merge branch 'develop' into refactor/tokenized-ece-base-implementation
frosso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: update | ||
Comment: feat: tokenized cart ECE shortcode base implementation. | ||
|
||
|
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
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.
The
api
argument is no longer needed when changing the shipping address or selecting a shipping rate.