#allen_42661

1 messages · Page 1 of 1 (latest)

tulip vectorBOT
vagrant dome
#

Hey there

#

The issue is that you are calling your backend or doing something prior to presenting the wallet's payment sheet in your click handler.

#

Basically Apple and Google have security policies that require the sheet to be shown based on a customer action. So if you are doing a bunch of stuff in your handler before the sheet is presented then it times out on this security limitation.

#

So you'll want to move that logic that is at the beginning of your submit handler outside of that handler.