You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Stripe checkout session is made, we want to populate customer_email when invoking stripe.checkout.Session.create when the order form is submitted. However, we don't ask for the email on the FE, so that will also need to be updated.
The text was updated successfully, but these errors were encountered:
Does it mean have the "Full Name" and "Business" fields populated into the Stripe checkout? If this is the case then we would need to add those fields to the checkout since they aren't already there. What would the point of this be?
Or does it mean store the "Full Name" and "Business" info within the transaction meta data? This would allow us to see those details from within the Stripe portal, but I don't know what the point of this would be since the Wattle admin page is supposed to be the single source of truth and therefore this change would go against that in assuming that staff will be managing orders through the stripe portal?
When a Stripe checkout session is made, we want to populate
customer_email
when invokingstripe.checkout.Session.create
when the order form is submitted. However, we don't ask for the email on the FE, so that will also need to be updated.The text was updated successfully, but these errors were encountered: