Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Last active June 23, 2022 13:55
Show Gist options
  • Save callstack-bot/a3748984a405821ec2ea2f3e87d44682 to your computer and use it in GitHub Desktop.
Save callstack-bot/a3748984a405821ec2ea2f3e87d44682 to your computer and use it in GitHub Desktop.
const handlePayPress = async () => {
// step 1
const billingDetails = {
email: 'email@stripe.com',
phone: '+48888000888',
addressCity: 'Houston',
addressCountry: 'US',
addressLine1: '1459 Circle Drive',
addressLine2: 'Texas',
addressPostalCode: '77063',
};
// step 3
// step 4
};
// step 4
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment