#AlexT
1 messages · Page 1 of 1 (latest)
Hi there, what's the question?
When I code SetupIntentCreateOptions it says there is no option AutomaticPaymentMethods
AutomaticPaymentMethods = new SetupIntentAutomaticPaymentMethodsOptions
{
Enabled = true,
}, Errors
Yes, there's no AutomaticPaymentMethods for SetupIntent
Can you send me the link to the doc?
Ah, this is a new parameter that we added recently
You should update your .NET SDK
Thanks