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 has been 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.
What is the issue?
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.
Steps to reproduce
Use the following signature to pull a valid plan with at least a feature.
Are there any recent changes that introduced the issue?
No response
OS
Linux, macOS
OS version
No response
Tier version
0.12.0
The text was updated successfully, but these errors were encountered: