We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I encountered an issue while using the github.com/chargebee/chargebee-go/v3 module. It seems that the promotionalCredit package is missing in version 3.16.1. Refer: https://apidocs.chargebee.com/docs/api/v1/customers?lang=go#add_account_credits_to_a_customer
github.com/chargebee/chargebee-go/v3
promotionalCredit
github.com/chargebee/chargebee-go/v3/models/promotionalCredit
I got it to work only after I downloaded the chargebee library and noticed that 'promotionalCredit' is actually be written as 'promotionalcredit'.
No response
macOS
GO 1.21.1
3.16.1
The text was updated successfully, but these errors were encountered:
Hello @EdisShabi, thank you for raising the issue. Your contribution is greatly appreciated and we look forward to addressing it.
Sorry, something went wrong.
No branches or pull requests
Description of the Bug
I encountered an issue while using the
github.com/chargebee/chargebee-go/v3
module. It seems that thepromotionalCredit
package is missing in version 3.16.1.Refer: https://apidocs.chargebee.com/docs/api/v1/customers?lang=go#add_account_credits_to_a_customer
Steps to reproduce
github.com/chargebee/chargebee-go/v3/models/promotionalCredit
.Expected Behavior
I got it to work only after I downloaded the chargebee library and noticed that 'promotionalCredit' is actually be written as 'promotionalcredit'.
Code Snippets (if applicable)
No response
Operating System
macOS
Language version
GO 1.21.1
Library version
3.16.1
Additional context
No response
The text was updated successfully, but these errors were encountered: