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.
1234
const handleMySubmitButtonClick = () => { // Forward all submit button clicks to the SDK universalCheckout.submit()}
ts
copy