Skip to content

Commit 9f1ca54

Browse files
committed
Update page.mdx (#7048)
CORE-0000 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `preferredProvider` options in the `detailsModal` configuration for the `connectbutton` component, enhancing payment provider flexibility. ### Detailed summary - Modified `preferredProvider` options in `detailsModal`: - Removed `"KADO"` - Added `"COINBASE"` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 7df81b7 commit 9f1ca54

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/connect/pay/customization/connectbutton

1 file changed

+1
-1
lines changed

apps/portal/src/app/connect/pay/customization/connectbutton/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can specify which onramp provider to present to your users. By default, we c
9595
client={client}
9696
detailsModal={{
9797
payOptions: {
98-
preferredProvider: "STRIPE" | "KADO" | "TRANSAK",
98+
preferredProvider: "STRIPE" | "TRANSAK" | "COINBASE",
9999
},
100100
}}
101101
/>

0 commit comments

Comments
 (0)