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
{{ message }}
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
The Pull function is supposed to return a model, which contains a list of Plan. A Plan object is supposed to have a currency.
When I call Pull I cannot get any value for currency. Even if I can see in the Stripe dashboard that the plan costs certain USD.
Here is the definition of Plan type.
type Plan struct {
Title string
Interval string
Currency string
Features map[refs.Name]Feature
}
Steps to reproduce
Use the following signature to pull a valid plan with at least a feature.