Hey there! I'm currently looking into starting to use Cal myself (rather than only contributing to the code 🤣 ). I am going to accept payments though, and I just noticed that it seems that creditcard is the only payment option? I've dived a little bit into the code, and I'm wondering if it would be an option to pass _`automatic_payment_methods` to_ the payment intent instead of hardcoding
payment_method_types
to
card
. If I assume correctly that would automatically show all payment options that you've enabled in your Stripe Dashboard. Seems like a fairly easy way to support multiple payment types, instead of giving all these options in the Cal UI.
What do you guys think?
Link to the docs