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
As per documentation, https://stripe.com/docs/api/subscriptions/create CreateSubscription should support metadata to attach additional information.
This is not supported in Go library as of v72.72
The text was updated successfully, but these errors were encountered:
I suspect the issue you are running into was that the .AddMetadata method is hard to discover because it works differently to the other fields that are specific to SubscriptionParams.
As per documentation, https://stripe.com/docs/api/subscriptions/create
CreateSubscription
should support metadata to attach additional information.This is not supported in Go library as of v72.72
The text was updated successfully, but these errors were encountered: