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

docs: Checkout polish #1690

Merged
merged 8 commits into from
Dec 6, 2024
Merged

docs: Checkout polish #1690

merged 8 commits into from
Dec 6, 2024

Conversation

0xAlec
Copy link
Contributor

@0xAlec 0xAlec commented Dec 3, 2024

What changed? Why?

Notes to reviewers

How has it been tested?

Copy link

vercel bot commented Dec 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 5:26pm
onchainkit-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 5:26pm
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2024 5:26pm

@@ -121,6 +148,63 @@ export default function PayComponents() {
</Checkout>
</App>

#### Using `chargeHandler`

Alternatively, you can create charges dynamically using the Coinbase Commerce API [Create Charge](https://docs.cdp.coinbase.com/commerce-onchain/reference/creates-a-charge) endpoint and pass the chargeID into Checkout via the `chargeHandler` prop.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: pass -> passing

or probably better:

Alternatively, you can create charges dynamically using the Coinbase Commerce API Create Charge endpoint by passing the chargeID into Checkout via the chargeHandler prop.

or

Alternatively, you can create charges dynamically by using the Coinbase Commerce API Create Charge endpoint and passing the chargeID into Checkout via the chargeHandler prop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Development

Successfully merging this pull request may close these issues.

3 participants