This repository was archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
save_in_address_book
has no impact on Address Book
#509
Labels
bug
Something isn't working
Checkout
Component: QuoteGraphQl
Contribution Day
Tickets is good for start on Contribution Day
good first issue
Good for newcomers
Milestone
Comments
Hi, @TomashKhamlai |
@XxXgeoXxX, were you able to set I tried this way: mutation {
setShippingAddressesOnCart(
input: {
cart_id: "kyBqpZRDTTyiOLQTwndJGpqi37vhoWpO"
shipping_addresses: {
address: {
firstname: "John"
lastname: "Doubledo"
street: "6161 West Centinela Avenue"
telephone: "+15555555555"
postcode: "90230"
region: "12"
country_code: "us"
save_in_address_book: true
city: "Culver city"
}
}
}
) {
cart {
shipping_addresses {
address_id
postcode
region {
code
label
}
selected_shipping_method {
carrier_code
method_code
label
amount
}
available_shipping_methods {
carrier_code
method_code
price_incl_tax
base_amount
price_excl_tax
amount
}
}
}
}
}
But actually there is no Customer with id |
Confirm that bug is present. Also, need to create the corresponding test |
save_in_address_book
has impact on Address Booksave_in_address_book
has no impact on Address Book
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
Checkout
Component: QuoteGraphQl
Contribution Day
Tickets is good for start on Contribution Day
good first issue
Good for newcomers
Uh oh!
There was an error while loading. Please reload this page.
Preconditions (*)
Steps to reproduce (*)
save_in_address_book: true
Expected result (*)
Address is in Address book
Actual result (*)
No Address is in Address book
Also,
save_in_address_book
field should be NOT required (according to#583)
The text was updated successfully, but these errors were encountered: