docs: add MOTO phone order support to Stripe Terminal page#125
Conversation
Covers setup steps (Stripe account access, plugin setting, reader compatibility), usage instructions, fee implications, and troubleshooting for common MOTO issues.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7ab6d34221
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@versioned_docs/version-1.x/payment/custom-gateways/stripe-terminal.mdx`:
- Line 121: Replace the duplicated hardcoded reader lists (the sentence starting
"MOTO only works with the **Stripe Reader S700/S710** and **WisePOS E**" and the
two other occurrences) with a single reference to the canonical Hardware
Compatibility section; remove the explicit reader names from these paragraphs
and change the text to something like "MOTO is supported by compatible readers —
see the Hardware Compatibility section for the full list" (or add an internal
anchor link to that section) so the doc doesn't duplicate maintenance-sensitive
hardware lists.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: f3c25649-49eb-44c7-a5d7-7a5db8c46bf9
📒 Files selected for processing (2)
.gitignoreversioned_docs/version-1.x/payment/custom-gateways/stripe-terminal.mdx
Fix Summary — Round 1
Commit: 339e0eb |
- Add `phone` icon to Icon.js iconMap so the MOTO feature card renders - Replace hardcoded reader lists with anchor links to Supported Terminals section - Add S710 to Supported Terminals section for completeness - Update troubleshooting section to use consistent terminal references Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
versioned_docs/version-1.x/payment/custom-gateways/stripe-terminal.mdx (1)
128-128: Remove redundant wording: “compatible supported reader”.“Compatible reader” is sufficient and reads more cleanly in both places.
✏️ Proposed wording cleanup
-1. Connect a compatible supported reader (see [Supported Terminals](`#supported-terminals-internet-connected`)) +1. Connect a compatible reader (see [Supported Terminals](`#supported-terminals-internet-connected`)) - - Make sure you're connected to a compatible supported reader (see [Supported Terminals](`#supported-terminals-internet-connected`)) — the toggle is hidden for other reader types + - Make sure you're connected to a compatible reader (see [Supported Terminals](`#supported-terminals-internet-connected`)) — the toggle is hidden for other reader typesAlso applies to: 195-195
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@versioned_docs/version-1.x/payment/custom-gateways/stripe-terminal.mdx` at line 128, Replace the redundant phrase "compatible supported reader" with the concise wording "compatible reader" wherever it appears (specifically update the occurrence in the Stripe Terminal doc that currently reads "Connect a compatible supported reader" and the other instance noted in the file); ensure both instances are changed to "Connect a compatible reader" (or the same shorter phrasing used in both places) to keep wording consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@versioned_docs/version-1.x/payment/custom-gateways/stripe-terminal.mdx`:
- Line 159: Update the phrase "**Stripe Reader S700/S710** ✅ - Ethernet/WiFi
connected terminal" to hyphenate the compound modifier by changing it to
"Ethernet/WiFi-connected terminal" so the line reads "**Stripe Reader
S700/S710** ✅ - Ethernet/WiFi-connected terminal".
---
Nitpick comments:
In `@versioned_docs/version-1.x/payment/custom-gateways/stripe-terminal.mdx`:
- Line 128: Replace the redundant phrase "compatible supported reader" with the
concise wording "compatible reader" wherever it appears (specifically update the
occurrence in the Stripe Terminal doc that currently reads "Connect a compatible
supported reader" and the other instance noted in the file); ensure both
instances are changed to "Connect a compatible reader" (or the same shorter
phrasing used in both places) to keep wording consistent.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 43bd6ce4-458b-4763-8f1f-9735f5e16d49
📒 Files selected for processing (2)
src/components/Icon.jsversioned_docs/version-1.x/payment/custom-gateways/stripe-terminal.mdx
Fix Summary — Round 2
Commit: 1e293fd |
- Hyphenate compound modifiers: "WiFi connected" → "WiFi-connected" - Remove redundant "supported" from "compatible supported reader" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
Related to: wcpos/stripe-terminal-for-woocommerce#30
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation
Chores