Skip to content
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: #95 Add metadatas to customers #100

Merged
merged 4 commits into from
Apr 25, 2022

Conversation

vincent-pochet
Copy link
Collaborator

Add new optional fields to customers:

  • country
  • address_line1
  • address_line2
  • state
  • zipcode
  • email
  • city
  • url
  • phone
  • logo_url
  • legal_name
  • legal_number

Country code uses format ISO 3166 Alpha 2 and is validated at customer and GraphQL level

Closes #95

@vincent-pochet vincent-pochet added Feature Add a new feature to the app API Related to the public API GraphQL Related to the GraphQL API Customer Customer management labels Apr 22, 2022
@vincent-pochet vincent-pochet self-assigned this Apr 22, 2022
@vincent-pochet vincent-pochet requested a review from jdenquin April 22, 2022 14:11
@vincent-pochet vincent-pochet force-pushed the 95-add-new-metadata-to-customers branch from cd67050 to aef8177 Compare April 25, 2022 07:59
@vincent-pochet vincent-pochet merged commit 1c5bfa5 into main Apr 25, 2022
@vincent-pochet vincent-pochet deleted the 95-add-new-metadata-to-customers branch April 25, 2022 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Related to the public API Customer Customer management Feature Add a new feature to the app GraphQL Related to the GraphQL API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new metadata to customers
2 participants