-
Notifications
You must be signed in to change notification settings - Fork 61
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(api-client): add accountType
and vatIds
properties to changeProfile
operation
#1477
Conversation
…eProfile` operation This change introduces the accountType property to specify whether a customer is a private individual or a business. Additionally, the vatIds property is added to store VAT IDs for business accounts.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
thank you @bounoable for pointing out this problem. The json file is generated from the API, so we need to fix it at the source, otherwise it would be overwritten with the next generation. We can now patch this in our schema as well until the shopware/shopware#5680 is not merged and released |
@shopware/api-client
@shopware-pwa/cms-base
@shopware-pwa/composables-next
@shopware-pwa/helpers-next
@shopware/api-gen
@shopware-pwa/nuxt3-module
commit: |
CodSpeed Performance ReportMerging #1477 will not alter performanceComparing Summary
|
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.
I have added patches for now so we'll have it properly in schema until the new API release 🙌
This change introduces the accountType property to specify whether a customer is a private individual or a business. Additionally, the vatIds property is added to store VAT IDs for business accounts.