UNPKG

@godaddy/react

Version:

The `createCheckoutSession` function creates a new checkout session with GoDaddy's commerce API.

9 lines (7 loc) 294 B
import { jsx } from "react/jsx-runtime"; //#region src/components/checkout/payment/checkout-buttons/googlePay/godaddy.tsx function GoDaddyGooglePayCheckoutButton() { return /* @__PURE__ */ jsx("div", { children: "not implemented" }); } //#endregion export { GoDaddyGooglePayCheckoutButton };