Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Last active June 23, 2022 14:29
Show Gist options
  • Save callstack-bot/77705185a57eec428a94b638e18be22e to your computer and use it in GitHub Desktop.
Save callstack-bot/77705185a57eec428a94b638e18be22e to your computer and use it in GitHub Desktop.
const { confirmPayment, loading } = useConfirmPayment();
const handlePayPress = async () => {
// step 1
// step 2
const { error, paymentIntent } = await confirmPayment(clientSecret, {
type: 'Card',
billingDetails,
});
// step 4
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment