Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

[My Account] Add possibility to change Region via 'updateCustomerAddress' mutation #270

Closed
naydav opened this issue Dec 10, 2018 · 1 comment
Labels
bug Something isn't working Component: CustomerGraphQl

Comments

@naydav
Copy link
Contributor

naydav commented Dec 10, 2018

Preconditions:

  • Customer is created
  • Customer address is created

Steps:

  • Perform mutation
mutation {
  createCustomerAddress(id: 'address id', input: {
    region: {
        region_id: 'some different from initial region id'
    }   
  }) {
    id
    region {
      region
      region_id
      region_code
    }    
  }
}

Actual: Region is not changed
Expected: Region is changed

@naydav naydav changed the title Add possibility to change Region via updateCustomerAddress mutation Add possibility to change Region via 'updateCustomerAddress' mutation Dec 10, 2018
@naydav naydav added this to the Release: 2.3.1 milestone Dec 10, 2018
@naydav naydav changed the title Add possibility to change Region via 'updateCustomerAddress' mutation [My Account] Add possibility to change Region via 'updateCustomerAddress' mutation Dec 12, 2018
@naydav naydav modified the milestones: Release: 2.3.2, Release: 2.3.1 Jan 28, 2019
@naydav
Copy link
Contributor Author

naydav commented Jan 28, 2019

#312

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Component: CustomerGraphQl
Projects
None yet
Development

No branches or pull requests

3 participants