-
Notifications
You must be signed in to change notification settings - Fork 15
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: expose missing address endpoints on v1 #972
Merged
jpklzm
merged 1 commit into
dev-v1-23-01-24
from
feat_expose-missing-address-endpoints-v1
Jan 31, 2024
Merged
feat: expose missing address endpoints on v1 #972
jpklzm
merged 1 commit into
dev-v1-23-01-24
from
feat_expose-missing-address-endpoints-v1
Jan 31, 2024
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
github-actions
bot
added
📦 core
Relative to the `@farfetch/blackout-core` package
type: feature
New feature
labels
Jan 23, 2024
jpklzm
force-pushed
the
feat_expose-missing-address-endpoints-v1
branch
from
January 23, 2024 11:11
c3a3528
to
ce1acd6
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Jan 23, 2024
boliveira
reviewed
Jan 25, 2024
packages/core/src/addresses/client/__fixtures__/deleteDefaultBillingAddress.fixtures.js
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 25, 2024
packages/core/src/addresses/redux/actions/__tests__/doDeleteDefaultBillingAddress.test.js
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 25, 2024
packages/core/src/addresses/redux/actions/doDeleteDefaultShippingAddress.js
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 25, 2024
packages/core/src/addresses/redux/actions/doDeleteDefaultShippingAddress.js
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 25, 2024
packages/core/src/addresses/redux/actions/doDeleteDefaultBillingAddress.js
Outdated
Show resolved
Hide resolved
boliveira
reviewed
Jan 25, 2024
jpklzm
force-pushed
the
feat_expose-missing-address-endpoints-v1
branch
from
January 25, 2024 10:12
ce1acd6
to
07c41d7
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Jan 25, 2024
jpklzm
force-pushed
the
feat_expose-missing-address-endpoints-v1
branch
from
January 25, 2024 10:46
07c41d7
to
f02efcf
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Jan 25, 2024
feat: add missing address endpoints
jpklzm
force-pushed
the
feat_expose-missing-address-endpoints-v1
branch
from
January 25, 2024 11:17
f02efcf
to
b14703e
Compare
github-actions
bot
added
type: feature
New feature
and removed
type: feature
New feature
labels
Jan 25, 2024
pedro-gbf
approved these changes
Jan 25, 2024
boliveira
approved these changes
Jan 25, 2024
dnamorim
approved these changes
Jan 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
This adds the following endpoints to the v1 version:
DELETE /users/{id}/addresses/shipping/current > Unsets the default shipping address of the user.
DELETE /users/{id}/addresses/billing/current > Unsets the default billing address of the user.
Dependencies
Checklist
Disclaimer
By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement