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
customer := AuthorizeCIM.Profile{ MerchantCustomerID: "86437", Email: player.Email, PaymentProfiles: &AuthorizeCIM.PaymentProfiles{ CustomerType: "individual", }, } response, err := customer.Create() if response.Ok() { fmt.Println("New Customer Profile Created #",response.CustomerProfileID) fmt.Println("New Customer Payment Profile Created #",response.CustomerPaymentProfileID) }
customer.Create undefined (type AuthorizeCIM.Profile has no field or method Create)
The text was updated successfully, but these errors were encountered:
Looks like its now CreateProfile() not Create(). Please update your README!
Sorry, something went wrong.
Is that bot seriously using issue tickets to promote a scam token?
reported him and blocked him, i recommend doing the same
No branches or pull requests
The text was updated successfully, but these errors were encountered: