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
@jredl-va No specific reason except that we must have missed that field. I can take the fix if you want but we would definitely love a PR if you're up for doing the work :)
If you have the time it would be most appreciated. We have for the time being implemented our own proxy object that contains this field when unmarshalling.
When implementing the stripe refund webhook it seems as though
failure_reason
is missing from the struct: https://github.com/stripe/stripe-go/blob/master/refund.go#L48Link to the documentation: https://stripe.com/docs/api/refunds/object
Is there any specific reason that this field is excluded?
Would you accept a PR adding this field?
The text was updated successfully, but these errors were encountered: