Submit the checkout. This is useful when using your own custom submit button. See the submitButton option in UniversalCheckoutOptions to learn how to do that.
TS
Copy
Ask AI
const handleMySubmitButtonClick = () => { // Forward all submit button clicks to the SDK universalCheckout.submit();};