-
Notifications
You must be signed in to change notification settings - Fork 56
Add Payment Methods Translation Documentation #1220
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
Conversation
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
remark-lint
docs/store-operations/translations/index.mdx|21 col 77| Link to /docs/store-operations/translations/checkout-settings is dead no-dead-urls remark-lint
docs/store-operations/translations/index.mdx|22 col 66| Link to /docs/store-operations/translations/payments is dead no-dead-urls remark-lint
docs/store-operations/translations/index.mdx|81 col 94| Link to /docs/store-operations/translations/address-form-fields is dead no-dead-urls remark-lint
docs/store-operations/translations/index.mdx|82 col 96| Link to /docs/store-operations/translations/customer-form-fields is dead no-dead-urls remark-lint
docs/store-operations/translations/index.mdx|83 col 90| Link to /docs/store-operations/translations/checkout-settings is dead no-dead-urls remark-lint
docs/store-operations/translations/index.mdx|84 col 79| Link to /docs/store-operations/translations/payments is dead no-dead-urls remark-lint
- Add Payment Methods translation documentation following existing patterns - Update index.mdx to include Payment Methods in supported resources - Include query, update, and delete examples based on PR #3751
47a1ca1 to
fb556f6
Compare
| * Brands | ||
| * [Product Filters](/docs/store-operations/translations/filters) | ||
| * [Locations](/docs/store-operations/translations/locations) | ||
| * [Payment Methods](/docs/store-operations/translations/payments) |
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.
Link to /docs/store-operations/translations/payments is dead no-dead-urls remark-lint
| - [Product Listing Page Translations](/docs/store-operations/translations/listings) | ||
| - [Product Filter Translations](/docs/store-operations/translations/filters) | ||
| - [Inventory Locations Translations](/docs/store-operations/translations/locations) | ||
| - [Payment Methods Translations](/docs/store-operations/translations/payments) |
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.
Link to /docs/store-operations/translations/payments is dead no-dead-urls remark-lint
|
Dev docs changes will be merged as a part of #1195 |
CSS-1976
What/Why?
Adds documentation for Payment Methods translations in the Translations Admin GraphQL API. Documentation follows the same pattern as other translation resource types and includes examples based on PR #3751 from api-proxy-java repo.
Rollout/Rollback Plan
Testing Details
Manual Testing
- TBD