submitButton option in UniversalCheckoutOptions to learn how to do that.
TS
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
submitButton option in UniversalCheckoutOptions to learn how to do that.
const handleMySubmitButtonClick = () => {
// Forward all submit button clicks to the SDK
universalCheckout.submit();
};