Hi
I got an exception error in an method 'Webhooks' in StripeControllerBase, which is a Stripe.StripeException.
the error says "Received event with API version 2019-11-05, but Stripe.net 27.16.1 expects API version 2019-05-16.
We recommend that you create a WebhookEndpoint with this API version.
Otherwise, you can disable this exception by passing throwOnApiVersionMismatch: false
to Stripe.EventUtility.ParseEvent
or Stripe.EventUtility.ConstructEvent
,
but be wary that objects may be incorrectly deserialized. "
how should I solve this issue in any way?
my dev env is Asp Net Core Angular v8.0.0.
Thanks