We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4920a commit ff3c2dfCopy full SHA for ff3c2df
src/components/ecommerce/manage/blocks/create-default-client.tsx
@@ -22,7 +22,7 @@ export function CreateDefaultEcommerceClient() {
22
23
const handleCreateDefault = () => {
24
createEcommerceClientMutation({
25
- label: "Default Ecommerce",
+ label: "Request Checkout",
26
domain: DEFAULT_CLIENT_ID_DOMAIN,
27
});
28
};
0 commit comments